Completed
Push — master ( fc26bc...eccf55 )
by Amine
02:47
created
src/Command.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -328,7 +328,7 @@
 block discarded – undo
328 328
 
329 329
                 else
330 330
                     $this->args($this->syntax()->parse($args))
331
-                         ->execute();
331
+                            ->execute();
332 332
             }
333 333
         } catch (\Exception $e) {
334 334
             $this->error(
Please login to merge, or discard this patch.