Skip to content

Commit 559cdf3

Browse files
committed
pass the right object to the descriptors
1 parent eb2e395 commit 559cdf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Command/ContainerDebugCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
125125
$helper = new DescriptorHelper();
126126
$options['format'] = $input->getOption('format');
127127
$options['raw_text'] = $input->getOption('raw');
128-
$options['output'] = $output;
128+
$options['output'] = $io;
129129
$helper->describe($output, $object, $options);
130130

131131
if (!$input->getArgument('name') && $input->isInteractive()) {

0 commit comments

Comments
 (0)