Skip to content

Commit 46363ab

Browse files
committed
fixed typo
1 parent b0bc555 commit 46363ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Twig/TokenParsers/FoldNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class FoldNode extends Twig_Node
1010

1111
public function __construct(Twig_Node $body, array $attributes, $lineno, $tag)
1212
{
13-
parent::__construct([$body], $attributes, $lineno, $tag);
13+
parent::__construct(['body' => $body], $attributes, $lineno, $tag);
1414
}
1515

1616
public function compile(Twig_Compiler $compiler)

0 commit comments

Comments
 (0)