8000
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 721a267 commit aff5af6Copy full SHA for aff5af6
src/Symfony/Bundle/FrameworkBundle/Command/ConfigDebugCommand.php
@@ -55,6 +55,7 @@ protected function configure()
55
*/
56
protected function execute(InputInterface $input, OutputInterface $output)
57
{
58
+ $output = new SymfonyStyle($input, $output);
59
$name = $input->getArgument('name');
60
61
if (empty($name)) {
0 commit comments