Skip to content

Commit 7b56cc0

Browse files
committed
removed usage of Twig_Compiler::addIndentation
1 parent 7f3ce9a commit 7b56cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Twig/Node/DumpNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function compile(\Twig_Compiler $compiler)
6565
->write('\Symfony\Component\VarDumper\VarDumper::dump(array('."\n")
6666
->indent();
6767
foreach ($values as $node) {
68-
$compiler->addIndentation();
68+
$compiler->write('');
6969
if ($node->hasAttribute('name')) {
7070
$compiler
7171
->string($node->getAttribute('name'))

0 commit comments

Comments
 (0)