Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2018-03-31 16:19:11 +00:00 committed by StyleCI Bot
parent 5a2e547c99
commit 98d624da91

View File

@ -77,6 +77,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);