1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 00:14:38 +01:00

Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-05-02 18:19:50 +00:00 committed by StyleCI Bot
parent ac9e0f0614
commit 05315e4872

View File

@ -153,7 +153,7 @@ trait UpdateHandler
if ($e->getMessage() === "You haven't joined this channel/supergroup") {
return false;
}
if ($e->rpc === "PERSISTENT_TIMESTAMP_INVALID") {
if ($e->rpc === 'PERSISTENT_TIMESTAMP_INVALID') {
return false;
}
throw $e;