Completed
Push — master ( acc8dd...b3109a )
by DeGracia
02:13
created
src/Terminal.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
             return (new $availableCommand)->binding() === $binding;
38 38
         });
39 39
 
40
-        if (! isset($command[0])) {
40
+        if (!isset($command[0])) {
41 41
             throw new Exceptions\UnknowCommand();
42 42
         }
43 43
 
Please login to merge, or discard this patch.