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:
parent
b1d843f1dd
commit
31e04de4da
@ -72,9 +72,9 @@ final class Main
|
|||||||
'CHAT_FORBIDDEN' => 403,
|
'CHAT_FORBIDDEN' => 403,
|
||||||
|
|
||||||
'AUTH_KEY_DUPLICATED' => 406,
|
'AUTH_KEY_DUPLICATED' => 406,
|
||||||
|
|
||||||
'MSG_WAIT_TIMEOUT' => -503,
|
'MSG_WAIT_TIMEOUT' => -503,
|
||||||
'MSG_WAIT_FAILED' => -500,
|
'MSG_WAIT_FAILED' => -500,
|
||||||
];
|
];
|
||||||
|
|
||||||
private ?\PDO $pdo = null;
|
private ?\PDO $pdo = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user