@@ -79,7 +79,7 @@ |
||
79 | 79 | } |
80 | 80 | |
81 | 81 | if (!Telegram::validateToken($_ENV['TELEGRAM_BOT_TOKEN'] ?? '')) { |
82 | - Telegram::tryAutoloadEnv(); |
|
82 | + Telegram::tryAutoloadEnv(); |
|
83 | 83 | } |
84 | 84 | |
85 | 85 | if (($token = self::loadToken()) === null) { |
@@ -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); |