Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2018-10-13 15:13:30 +00:00 committed by StyleCI Bot
parent c2c3d2544a
commit e026afe089

View File

@ -36,6 +36,7 @@ class EventHandler extends \danog\MadelineProto\EventHandler
if ($res == '') {
$res = var_export($update, true);
}
try {
$this->messages->sendMessage(['peer' => $update, 'message' => $res, 'reply_to_msg_id' => isset($update['message']['id']) ? $update['message']['id'] : null, 'entities' => [['_' => 'messageEntityPre', 'offset' => 0, 'length' => strlen($res), 'language' => 'json']]]);
} catch (\danog\MadelineProto\RPCErrorException $e) {