Completed
Push — master ( 7a93ab...e5b266 )
by Michael
03:59
created
src/Commands/Command.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     {
22 22
         try {
23 23
             return $this->run();
24
-        } catch(\Exception $e) {
24
+        } catch (\Exception $e) {
25 25
             $this->echoError($e);
26 26
             
27 27
             return 2;
Please login to merge, or discard this patch.