Skip to content

Commit 52fc358

Browse files
committed
cs fix
1 parent 861a7f4 commit 52fc358

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/PhpParser/NodeTraverser.php

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

0 commit comments

Comments
 (0)