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 5376f71 commit 5fa0dcbCopy full SHA for 5fa0dcb
Command/ConfigDebugCommand.php
@@ -90,7 +90,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
90
$output->writeln(sprintf('# Current configuration for "%s"', $name));
91
}
92
93
- $output->writeln(Yaml::dump(array($extension->getAlias() => $config), 3));
+ $output->writeln(Yaml::dump(array($extension->getAlias() => $config), 10));
94
95
96
private function compileContainer()
0 commit comments