8000 fix wrong merge · symfony/symfony@aff5af6 · GitHub
[go: up one dir, main page]

Skip to content

Commit aff5af6

Browse files
committed
fix wrong merge
1 parent 721a267 commit aff5af6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/ConfigDebugCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ protected function configure()
5555
*/
5656
protected function execute(InputInterface $input, OutputInterface $output)
5757
{
58+
$output = new SymfonyStyle($input, $output);
5859
$name = $input->getArgument('name');
5960

6061
if (empty($name)) {

0 commit comments

Comments
 (0)
0