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 18:59:36 +00:00
parent b1d843f1dd
commit 31e04de4da
No known key found for this signature in database
GPG Key ID: 16B28A4130E063FD

View File

@ -72,9 +72,9 @@ final class Main
'CHAT_FORBIDDEN' => 403,
'AUTH_KEY_DUPLICATED' => 406,
'MSG_WAIT_TIMEOUT' => -503,
'MSG_WAIT_FAILED' => -500,
'MSG_WAIT_FAILED' => -500,
];
private ?\PDO $pdo = null;