Skip to content

Commit 5fa0dcb

Browse files
javiereguiluzfabpot
authored andcommitted
Increase the inlining YAML level for config:debug
1 parent 5376f71 commit 5fa0dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/ConfigDebugCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
9090
$output->writeln(sprintf('# Current configuration for "%s"', $name));
9191
}
9292

93-
$output->writeln(Yaml::dump(array($extension->getAlias() => $config), 3));
93+
$output->writeln(Yaml::dump(array($extension->getAlias() => $config), 10));
9494
}
9595

9696
private function compileContainer()

0 commit comments

Comments
 (0)