Skip to content

Commit b89d552

Browse files
Attanonf3l1x
authored andcommitted
Fix get attributes from latte 3 MultiplierAddNode
1 parent 138d84a commit b89d552

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Latte/Extension/Node/MultiplierAddNode.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ public static function create(Tag $tag): self
3535
$node->part = new StringNode('1');
3636
}
3737

38+
$tag->parser->stream->tryConsume(',');
39+
3840
$node->attributes = $tag->parser->parseArguments();
3941

4042
return $node;

0 commit comments

Comments
 (0)