Fix minor things

This commit is contained in:
Fabien Potencier
2024-09-06 12:58:38 +02:00
parent a7e497af48
commit 978f749b43
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ class MacroNode extends Node
;
}
$node = new CaptureNode($this->getNode('body'), $this->getNode('body')->lineno, $this->getNode('body')->tag);
$node = new CaptureNode($this->getNode('body'), $this->getNode('body')->lineno);
$compiler
->write('')