Apply fixes from StyleCI
This commit is contained in:
parent
ac9e0f0614
commit
05315e4872
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user