Completed
Push — master ( ded070...d4021a )
by
unknown
01:26
created
src/Console/StatusCommand.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -96,8 +96,7 @@
 block discarded – undo
96 96
                     require_once $file;
97 97
                 } catch (\Exception $e) {
98 98
                     //skiping if the file cannot be loaded
99
-                }
100
-                catch (\Throwable $e) {
99
+                } catch (\Throwable $e) {
101 100
                     //skiping if the file cannot be loaded
102 101
                 }
103 102
 
Please login to merge, or discard this patch.