Test Failed
Push — master ( d0ccd8...c4750a )
by Derek Stephen
02:31
created
src/Command/RouterCommand.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,11 +60,11 @@
 block discarded – undo
60 60
             $middlewared = $this->isMiddlewared($method, $path);
61 61
 
62 62
             if ($blocked) {
63
-               $path = '<fg=red>' .$path . '</>';
63
+                $path = '<fg=red>' .$path . '</>';
64 64
             }
65 65
 
66 66
             if ($middlewared) {
67
-               $path = '<fg=magenta>' .$path . '</>';
67
+                $path = '<fg=magenta>' .$path . '</>';
68 68
             }
69 69
 
70 70
             $paths[] = [$method, $path];
Please login to merge, or discard this patch.