mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 13:14:40 +01:00
Apply fixes from StyleCI
This commit is contained in:
parent
fbc774d995
commit
cbbb5069b2
@ -59,6 +59,7 @@ trait UpdateHandler
|
||||
}
|
||||
});
|
||||
$time = microtime(true);
|
||||
|
||||
try {
|
||||
try {
|
||||
$waiting = $this->datacenter->select();
|
||||
@ -75,6 +76,7 @@ trait UpdateHandler
|
||||
throw new \danog\MadelineProto\Exception('I had to recreate the temporary authorization key');
|
||||
}
|
||||
}
|
||||
|
||||
throw new \danog\MadelineProto\RPCErrorException($error, $error);
|
||||
}
|
||||
$only_updates = $this->handle_messages($dc);
|
||||
|
Loading…
Reference in New Issue
Block a user