@@ -54,13 +54,13 @@ |
||
| 54 | 54 | $this->headline('YII-2 Code Statistic', 'lightYellow'); |
| 55 | 55 | $this->climate->table($summary); |
| 56 | 56 | |
| 57 | - if($showErrors !== true){ |
|
| 57 | + if ($showErrors !== true) { |
|
| 58 | 58 | return ExitCode::OK; |
| 59 | 59 | } |
| 60 | 60 | $this->headline('Failed for resolve', 'lightYellow'); |
| 61 | - if(!count($service->errorList())){ |
|
| 61 | + if (!count($service->errorList())) { |
|
| 62 | 62 | $this->climate->info('Errors not found'); |
| 63 | - } else{ |
|
| 63 | + } else { |
|
| 64 | 64 | $this->climate->table($service->errorList()); |
| 65 | 65 | } |
| 66 | 66 | return ExitCode::OK; |