Passed
Push — master ( 29cd64...c05fff )
by Shahrad
02:04
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 $throwable;
110 110
             } else {
Please login to merge, or discard this patch.