function NodeVisitor::afterTraverse
Same name in this branch
- 11.1.x vendor/phpstan/phpdoc-parser/src/Ast/NodeVisitor.php \PHPStan\PhpDocParser\Ast\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 value
null|Node[] Array of nodes
1 method overrides NodeVisitor::afterTraverse()
- NodeVisitorAbstract::afterTraverse in vendor/
nikic/ php-parser/ lib/ PhpParser/ NodeVisitorAbstract.php - Called once after traversal.
File
-
vendor/
nikic/ php-parser/ lib/ PhpParser/ NodeVisitor.php, line 123
Class
Namespace
PhpParserCode
public function afterTraverse(array $nodes);