Completed
Push — master ( ee98fe...f31971 )
by Insolita
04:36 queued 02:50
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
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
         $this->headline('Failed for resolve', 'lightYellow');
62 62
         if(!count($service->errorList())){
63 63
             $this->climate->info('Errors not found');
64
-        }else{
64
+        } else{
65 65
             Output::arrayList($service->errorList());
66 66
         }
67 67
         return ExitCode::OK;
Please login to merge, or discard this patch.
src/lib/CodestatService.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -241,7 +241,7 @@
 block discarded – undo
241 241
                 } else {
242 242
                     yield $className;
243 243
                 }
244
-            }catch (\Throwable $e){
244
+            } catch (\Throwable $e){
245 245
                 $this->withErrors[] = $e->getMessage();
246 246
             }
247 247
         }
Please login to merge, or discard this patch.