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:01:26 +00:00
parent e29cb31738
commit a17dfbb8c4
No known key found for this signature in database
GPG Key ID: 16B28A4130E063FD

View File

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