Skip to content

Commit d11bcb4

Browse files
authored
Merge pull request #1155 from jrushlow/ci/php-cs-fixer
[ci] fix failing php-cs-fixer test
2 parents fa535d7 + 98f5055 commit d11bcb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/CompilerPass/MakeCommandRegistrationPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function process(ContainerBuilder $container): void
4545
$tagAttributes = ['command' => $class::getCommandName()];
4646

4747
if (!method_exists($class, 'getCommandDescription')) {
48-
// no-op
48+
// no-op
4949
} elseif (class_exists(LazyCommand::class)) {
5050
$tagAttributes['description'] = $class::getCommandDescription();
5151
} else {

0 commit comments

Comments
 (0)