@@ -53,7 +53,7 @@ |
||
53 | 53 | if (count($replaceCommandHooks) > 1) { |
54 | 54 | $command_name = $commandData->annotationData()->get('command', 'unknown'); |
55 | 55 | $output->writeln("<comment>Warning: multiple implementations of the \"replace-command\" hook exist for the \"$command_name\" command:</comment>"); |
56 | - foreach($replaceCommandHooks as $replaceCommandHook) { |
|
56 | + foreach ($replaceCommandHooks as $replaceCommandHook) { |
|
57 | 57 | $class = get_class($replaceCommandHook[0]); |
58 | 58 | $method = $replaceCommandHook[1]; |
59 | 59 | $hook_name = "$class->$method"; |