Completed
Push — master ( 4aee41...86ed77 )
by Insolita
02:15
created
src/controllers/DefaultController.php 1 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.