Passed
Push — master ( 247be1...a91530 )
by Insolita
01:41
created
src/controllers/DefaultController.php 1 patch
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.