Completed
Push — master ( ea8fd7...b1104c )
by Oleg
03:59
created
src/cli/Console.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
         $command = class_exists($command) ? $command : '\\Micro\\Cli\\Consoles\\'.ucfirst($name).'ConsoleCommand';
52 52
 
53 53
         if (!class_exists($command)) {
54
-            throw new Exception('Command `' . $name . '` not found');
54
+            throw new Exception('Command `'.$name.'` not found');
55 55
         }
56 56
 
57 57
         /** @var ConsoleCommand $command */
Please login to merge, or discard this patch.