Skip to content

Commit d4c2577

Browse files
author
Kirill Nesmeyanov
committed
Remove unused class usage
1 parent fee3016 commit d4c2577

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Traverser.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ public static function through(VisitorInterface $visitor, iterable $nodes): Visi
4141
}
4242

4343
/**
44+
* Creates a new traverser instance.
45+
*
4446
* @param list<VisitorInterface> $visitors
4547
*/
4648
public static function new(iterable $visitors = []): self

0 commit comments

Comments
 (0)