Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-12-23 14:48:51 +00:00 committed by StyleCI Bot
parent 6cc990217f
commit 53778ca997

View File

@ -172,7 +172,8 @@ $users = [];
try {
$type = $MadelineProto->messages->sendEncryptedFile($smessage);
} catch (\danog\MadelineProto\RPCErrorException $e) {
} catch (\danog\MadelineProto\Exception $e) {}
} catch (\danog\MadelineProto\Exception $e) {
}
}
break;
case 'updateNewMessage':