diff --git a/Console/Command/ListCommand.php b/Console/Command/ListCommand.php index 1738853..ae980bb 100644 --- a/Console/Command/ListCommand.php +++ b/Console/Command/ListCommand.php @@ -61,7 +61,7 @@ protected function execute(InputInterface $input, OutputInterface $output) /* @var \CtiDigital\Configurator\Model\Component\ComponentAbstract $componentClass */ $componentClass = $this->objectManagerInterface->create($component['class']); $comment = - str_pad($count.')', 3) + str_pad($count.') ', 4) . str_pad($componentClass->getComponentAlias(), 20) . ' - ' . $componentClass->getDescription(); $output->writeln('' . $comment . '');