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