We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fc358 commit 5e72668Copy full SHA for 5e72668
lib/PhpParser/NodeTraverser.php
@@ -273,7 +273,7 @@ protected function traverseArray(array $nodes): array {
273
/**
274
* @return NodeVisitor[]
275
*/
276
- public function getVisitorsForNode(Node $node) {
+ protected function getVisitorsForNode(Node $node) {
277
return $this->visitors;
278
}
279
0 commit comments