NodeTraverser::DONT_TRAVERSE_CHILDREN
Same name in this branch
- 11.1.x vendor/nikic/php-parser/lib/PhpParser/NodeTraverser.php \PhpParser\NodeTraverser::DONT_TRAVERSE_CHILDREN
* If NodeVisitor::enterNode() returns DONT_TRAVERSE_CHILDREN, child nodes * of the current node will not be traversed for any visitors. * * For subsequent visitors enterNode() will still be called on the current * node and leaveNode() will also be invoked for the current node.
File
-
vendor/
phpstan/ phpdoc-parser/ src/ Ast/ NodeTraverser.php, line 36
Class
Namespace
PHPStan\PhpDocParser\AstCode
public const DONT_TRAVERSE_CHILDREN = 1;