Completed
Pull Request — master (#43)
by Greg
02:21
created
src/AlterOptionsCommandEvent.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,8 +58,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.