@@ -23,7 +23,7 @@ |
||
23 | 23 | */ |
24 | 24 | public static function enableCrashHandler(): void |
25 | 25 | { |
26 | - $handler = function (Throwable $throwable) { |
|
26 | + $handler = function(Throwable $throwable) { |
|
27 | 27 | if (Telegram::getAdminId() !== -1) { |
28 | 28 | $input = Telegram::getInput(); |
29 | 29 | CrashPad::sendCrash(Telegram::getAdminId(), $throwable, $input); |