mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-11-27 04:24:43 +01:00
Remove unused variable
This commit is contained in:
parent
2ed6cac7c1
commit
d7407af87d
@ -91,7 +91,7 @@ class PHPParser_NodeTraverser
|
||||
|
||||
$node = $this->traverseNode($node);
|
||||
|
||||
foreach ($this->visitors as $j => $visitor) {
|
||||
foreach ($this->visitors as $visitor) {
|
||||
$return = $visitor->leaveNode($node);
|
||||
|
||||
if (false === $return) {
|
||||
|
Loading…
Reference in New Issue
Block a user