Completed
Push — master ( f31971...73e64d )
by Insolita
03:20 queued 01:48
created
src/controllers/DefaultController.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -65,13 +65,13 @@
 block discarded – undo
65 65
         $this->headline('YII-2 Code Statistic', 'lightYellow');
66 66
         $this->climate->table($summary);
67 67
 
68
-        if($showErrors !== true){
68
+        if ($showErrors !== true) {
69 69
             return ExitCode::OK;
70 70
         }
71 71
         $this->headline('Failed for resolve', 'lightYellow');
72
-        if(!count($service->errorList())){
72
+        if (!count($service->errorList())) {
73 73
             $this->climate->info('Errors not found');
74
-        } else{
74
+        } else {
75 75
             Output::arrayList($service->errorList());
76 76
         }
77 77
         return ExitCode::OK;
Please login to merge, or discard this patch.