function NodeVisitor::afterTraverse
Same name in this branch
- 11.1.x vendor/nikic/php-parser/lib/PhpParser/NodeVisitor.php \PhpParser\NodeVisitor::afterTraverse()
* Called once after traversal. * * Return value semantics: * * null: $nodes stays as-is * * otherwise: $nodes is set to the return value * *
Parameters
Node[] $nodes Array of nodes: * * @return Node[]|null Array of nodes
1 method overrides NodeVisitor::afterTraverse()
- AbstractNodeVisitor::afterTraverse in vendor/
phpstan/ phpdoc-parser/ src/ Ast/ AbstractNodeVisitor.php - * Called once after traversal. * * Return value semantics: * * null: $nodes stays as-is * * otherwise: $nodes is set to the return value * *
File
-
vendor/
phpstan/ phpdoc-parser/ src/ Ast/ NodeVisitor.php, line 85
Class
Namespace
PHPStan\PhpDocParser\AstCode
public function afterTraverse(array $nodes) : ?array;