1
0
mirror of https://github.com/danog/telerpc.git synced 2024-11-26 20:14:48 +01:00

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot 2024-06-15 16:02:52 +00:00
parent d06927498a
commit 0262a6c326
No known key found for this signature in database
GPG Key ID: 16B28A4130E063FD

View File

@ -10,7 +10,7 @@ final class Main
'SLOWMODE_WAIT_%d' => 420,
'TAKEOUT_INIT_DELAY_%d' => 420,
'FLOOD_PREMIUM_WAIT_%d' => 420,
"SESSION_PASSWORD_NEEDED" => 401
'SESSION_PASSWORD_NEEDED' => 401,
];
private ?\PDO $pdo = null;