Passed
Push — master ( 1ce9aa...29cd64 )
by Shahrad
02:01
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 ($exception) {
107
+        set_exception_handler(function($exception) {
108 108
             if (!defined('DEBUG_MODE') && !DEBUG_MODE) {
109 109
                 throw $exception;
110 110
             } else {
Please login to merge, or discard this patch.