fixed macro auto-import

This commit is contained in:
Fabien Potencier
2019-06-05 12:49:05 +02:00
parent 0ae533dfe3
commit 57c51301c9
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
* 2.11.2 (2019-XX-XX)
* n/a
* fixed macro auto-import
* 2.11.1 (2019-06-04)
@@ -33,6 +33,7 @@ final class MacroAutoImportNodeVisitor implements NodeVisitorInterface
{
if ($node instanceof ModuleNode) {
$this->inAModule = true;
$this->hasMacroCalls = false;
}
return $node;