Completed
Push — master ( 4aee41...86ed77 )
by Insolita
02:15
created
src/controllers/DefaultController.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
         $this->climate->table($summary);
48 48
 
49 49
         if($showErrors !== true){
50
-           return ExitCode::OK;
50
+            return ExitCode::OK;
51 51
         }
52 52
         $this->headline('Failed for resolve', 'lightYellow');
53 53
         if(!count($service->errorList())){
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
         $this->headline('Failed for resolve', 'lightYellow');
53 53
         if(!count($service->errorList())){
54 54
             $this->climate->info('Errors not found');
55
-        }else{
55
+        } else{
56 56
             $this->climate->table($service->errorList());
57 57
         }
58 58
         return ExitCode::OK;
Please login to merge, or discard this patch.