mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2025-01-22 05:11:39 +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…
x
Reference in New Issue
Block a user