Passed
Push — master ( c5eda0...8a7fed )
by Insolita
02:55
created
src/controllers/DefaultController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
                     $value = $this->wrap($value, 'light_cyan');
72 72
                 }
73 73
                 $key = $this->wrap($key, 'green');
74
-                $colorized[$i][$key] = (string)$value;
74
+                $colorized[$i][$key] = (string) $value;
75 75
             }
76 76
         }
77 77
         return $colorized;
Please login to merge, or discard this patch.