@@ -58,8 +58,7 @@ |
||
| 58 | 58 | $nameOfCommandToDescribe = $event->getInput()->getArgument('command_name'); |
| 59 | 59 | $commandToDescribe = $this->application->find($nameOfCommandToDescribe); |
| 60 | 60 | $this->findAndAddHookOptions($commandToDescribe); |
| 61 | - } |
|
| 62 | - else { |
|
| 61 | + } else { |
|
| 63 | 62 | $this->findAndAddHookOptions($command); |
| 64 | 63 | } |
| 65 | 64 | } |