mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-30 08:39:00 +01:00
Apply fixes from StyleCI
This commit is contained in:
parent
214823f0c0
commit
02ca94c04f
@ -258,7 +258,6 @@ class Connection
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return @$this->obfuscated['decryption']->encrypt($packet);
|
||||
case 'tcp_abridged':
|
||||
case 'tcp_intermediate':
|
||||
|
@ -185,7 +185,7 @@ trait CallHandler
|
||||
} catch (\danog\MadelineProto\NothingInTheSocketException $e) {
|
||||
$last_error = 'Nothing in the socket';
|
||||
\danog\MadelineProto\Logger::log(['An error getting response of method '.$method.': '.$e->getMessage().' in '.basename($e->getFile(), '.php').' on line '.$e->getLine().'. Retrying...'], \danog\MadelineProto\Logger::WARNING);
|
||||
continue;//2;
|
||||
continue; //2;
|
||||
}
|
||||
}
|
||||
if ($canunset) {
|
||||
|
Loading…
Reference in New Issue
Block a user