mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-06-28 02:56:18 +02:00
Remove unused variable
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user