Completed
Push — master ( 8d043c...6178af )
by Insolita
02:27 queued 34s
created
src/controllers/DefaultController.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -54,13 +54,13 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.