Passed
Push — main ( c0116a...5be53a )
by Sammy
01:35
created
LogLaddy.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,8 +62,7 @@
 block discarded – undo
62 62
             $lad->alert(self::USER_EXCEPTION, [$throwable]);
63 63
         } elseif ($throwable instanceof \Error) {
64 64
             $lad->notice(self::INTERNAL_ERROR, [$throwable]);
65
-        }
66
-        else {
65
+        } else {
67 66
             $lad->critical('Caught an unknown Throwable. This breaks everything.', [$throwable]);
68 67
         }
69 68
     }
Please login to merge, or discard this patch.