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.
2 parents fa535d7 + 98f5055 commit d11bcb4Copy full SHA for d11bcb4
src/DependencyInjection/CompilerPass/MakeCommandRegistrationPass.php
@@ -45,7 +45,7 @@ public function process(ContainerBuilder $container): void
45
$tagAttributes = ['command' => $class::getCommandName()];
46
47
if (!method_exists($class, 'getCommandDescription')) {
48
- // no-op
+ // no-op
49
} elseif (class_exists(LazyCommand::class)) {
50
$tagAttributes['description'] = $class::getCommandDescription();
51
} else {
0 commit comments