Apply fixes from StyleCI
This commit is contained in:
parent
0c578f25c9
commit
80ae7e9478
@ -17,7 +17,6 @@ namespace danog\MadelineProto\MTProtoTools;
|
||||
*/
|
||||
class CallHandler extends AuthKeyHandler
|
||||
{
|
||||
|
||||
public function method_call($method, $args = [], $message_id = null)
|
||||
{
|
||||
if (!is_array($args)) {
|
||||
|
@ -106,6 +106,7 @@ class ResponseHandler extends MsgIdHandler
|
||||
$this->datacenter->outgoing_messages[$expecting['msg_id']]['response'] = $current_msg_id;
|
||||
unset($this->datacenter->new_outgoing[$expecting['msg_id']]);
|
||||
unset($this->datacenter->new_incoming[$current_msg_id]);
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user