Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2018-04-01 19:03:27 +00:00 committed by StyleCI Bot
parent d8d8da47d1
commit 1bf722aa73

View File

@ -147,6 +147,7 @@ trait MessageHandler
$this->datacenter->sockets[$datacenter]->incoming_messages[$message_id] = ['seq_no' => $seq_no];
} else {
$this->close_and_reopen($datacenter);
throw new \danog\MadelineProto\Exception('Got unknown auth_key id');
}
$deserialized = $this->deserialize($message_data, ['type' => '', 'datacenter' => $datacenter]);