@@ -44,7 +44,7 @@ discard block |
||
| 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 |
||
| 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; |