Apply fixes from StyleCI
This commit is contained in:
parent
fbc774d995
commit
cbbb5069b2
@ -59,6 +59,7 @@ trait UpdateHandler
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
$time = microtime(true);
|
$time = microtime(true);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
try {
|
try {
|
||||||
$waiting = $this->datacenter->select();
|
$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\Exception('I had to recreate the temporary authorization key');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new \danog\MadelineProto\RPCErrorException($error, $error);
|
throw new \danog\MadelineProto\RPCErrorException($error, $error);
|
||||||
}
|
}
|
||||||
$only_updates = $this->handle_messages($dc);
|
$only_updates = $this->handle_messages($dc);
|
||||||
|
Loading…
Reference in New Issue
Block a user