Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jun 5, 2019
1 parent 0ae533d commit 255880f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NodeVisitor/MacroAutoImportNodeVisitor.php
Expand Up @@ -33,6 +33,7 @@ public function enterNode(Node $node, Environment $env)
{
if ($node instanceof ModuleNode) {
$this->inAModule = true;
$this->hasMacroCalls = false;
}

return $node;
Expand Down

0 comments on commit 255880f

Please sign in to comment.