We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3ce9a commit 7b56cc0Copy full SHA for 7b56cc0
src/Symfony/Bridge/Twig/Node/DumpNode.php
@@ -65,7 +65,7 @@ public function compile(\Twig_Compiler $compiler)
65
->write('\Symfony\Component\VarDumper\VarDumper::dump(array('."\n")
66
->indent();
67
foreach ($values as $node) {
68
- $compiler->addIndentation();
+ $compiler->write('');
69
if ($node->hasAttribute('name')) {
70
$compiler
71
->string($node->getAttribute('name'))
0 commit comments