@@ -4,6 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Exception; |
| 6 | 6 | |
| 7 | -class UnknowCommand extends Exception{ |
|
| 7 | +class UnknowCommand extends Exception { |
|
| 8 | 8 | // |
| 9 | 9 | } |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | return (new $availableCommand)->binding() === $binding; |
| 38 | 38 | }); |
| 39 | 39 | |
| 40 | - if (! $command[0]) { |
|
| 40 | + if (!$command[0]) { |
|
| 41 | 41 | throw new Exceptions\UnknowCommand(); |
| 42 | 42 | } |
| 43 | 43 | |