1
0
mirror of https://github.com/danog/telerpc.git synced 2024-11-26 12:04:47 +01:00

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot 2024-06-15 16:55:47 +00:00
parent bd0da09fb5
commit ce8f39360e
No known key found for this signature in database
GPG Key ID: 16B28A4130E063FD

View File

@ -5,11 +5,11 @@ use danog\MadelineProto\RPCErrorException;
final class Main final class Main
{ {
private const GLOBAL_CODES = [ private const GLOBAL_CODES = [
'FLOOD_WAIT_%d' => 420, 'FLOOD_WAIT_%d' => 420,
'2FA_CONFIRM_WAIT_%d' => 420, '2FA_CONFIRM_WAIT_%d' => 420,
'SLOWMODE_WAIT_%d' => 420, 'SLOWMODE_WAIT_%d' => 420,
'TAKEOUT_INIT_DELAY_%d' => 420, 'TAKEOUT_INIT_DELAY_%d' => 420,
'FLOOD_PREMIUM_WAIT_%d' => 420, 'FLOOD_PREMIUM_WAIT_%d' => 420,
'FLOOD_TEST_PHONE_WAIT_%d' => 420, 'FLOOD_TEST_PHONE_WAIT_%d' => 420,
'SESSION_PASSWORD_NEEDED' => 401, 'SESSION_PASSWORD_NEEDED' => 401,