Searched refs:stmts (Results 1 – 2 of 2) sorted by relevance
13 $stmts = array(40 foreach ($stmts as $sql) {
1247 function getFileDocComment(array $stmts): ?DocComment { argument1248 if (empty($stmts)) {1252 $comments = $stmts[0]->getComments();1264 function handleStatements(FileInfo $fileInfo, array $stmts, PrettyPrinterAbstract $prettyPrinter) { argument1266 foreach ($stmts as $stmt) {1272 handleStatements($fileInfo, $stmt->stmts, $prettyPrinter);1292 foreach ($stmt->stmts as $classStmt) {1345 $stmts = $parser->parse($code);1346 $nodeTraverser->traverse($stmts);1349 $fileDocComment = getFileDocComment($stmts);[all …]
Completed in 10 milliseconds