@@ -241,7 +241,7 @@ |
||
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 | } |
@@ -61,7 +61,7 @@ |
||
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; |