mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-04-21 06:22:12 +02:00
Fixed typo
This commit is contained in:
parent
382ca0128f
commit
bc3ac5e5ea
@ -235,7 +235,7 @@ A single traverser can be used with multiple visitors:
|
||||
$traverser = new NodeTraverser;
|
||||
$traverser->addVisitor($visitorA);
|
||||
$traverser->addVisitor($visitorB);
|
||||
$stmts = $traverser->traverser($stmts);
|
||||
$stmts = $traverser->traverse($stmts);
|
||||
```
|
||||
|
||||
It is important to understand that if a traverser is run with multiple visitors, the visitors will
|
||||
|
Loading…
x
Reference in New Issue
Block a user