Passed
Push — master ( 8c56bc...c38e3f )
by Shahrad
02:03
created
src/CrashPad.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
             Telegram::setAdminChatId($admin_id);
105 105
         }
106 106
 
107
-        set_exception_handler(function (\Throwable $throwable) {
107
+        set_exception_handler(function(\Throwable $throwable) {
108 108
             if (!defined('DEBUG_MODE') && !DEBUG_MODE) {
109 109
                 throw new \RuntimeException(
110 110
                     $throwable->getMessage(),
Please login to merge, or discard this patch.