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;