Passed
Push — master ( 6cab0f...4aee41 )
by Insolita
01:43
created
src/controllers/DefaultController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
         $this->headline('YII-2 Code Statistic', 'lightYellow');
45 45
         $this->climate->table($summary);
46 46
 
47
-        if($showErrors === true){
47
+        if ($showErrors === true) {
48 48
             $this->headline('Failed for resolve', 'lightYellow');
49 49
             $this->climate->table($service->errorList());
50 50
         }
@@ -71,7 +71,7 @@  discard block
 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.