Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2018-03-31 00:50:58 +00:00 committed by StyleCI Bot
parent fbc774d995
commit cbbb5069b2

View File

@ -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);