Skip to content

Commit 5e72668

Browse files
committed
make getVisitorsForNode method protected
1 parent 52fc358 commit 5e72668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PhpParser/NodeTraverser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ protected function traverseArray(array $nodes): array {
273273
/**
274274
* @return NodeVisitor[]
275275
*/
276-
public function getVisitorsForNode(Node $node) {
276+
protected function getVisitorsForNode(Node $node) {
277277
return $this->visitors;
278278
}
279279

0 commit comments

Comments
 (0)