Passed
Push — main ( 26b4a2...10f70f )
by Sammy
01:34
created
LogLaddy.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -72,8 +72,7 @@
 block discarded – undo
72 72
             $this->alert(self::USER_EXCEPTION, [$throwable]);
73 73
         } elseif ($throwable instanceof \Error) {
74 74
             $this->notice(self::INTERNAL_ERROR, [$throwable]);
75
-        }
76
-        else {
75
+        } else {
77 76
             $this->critical('Caught an unknown Throwable. This breaks everything.', [$throwable]);
78 77
         }
79 78
     }
Please login to merge, or discard this patch.