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);
|
return @$this->obfuscated['decryption']->encrypt($packet);
|
||||||
case 'tcp_abridged':
|
case 'tcp_abridged':
|
||||||
case 'tcp_intermediate':
|
case 'tcp_intermediate':
|
||||||
|
@ -185,7 +185,7 @@ trait CallHandler
|
|||||||
} catch (\danog\MadelineProto\NothingInTheSocketException $e) {
|
} catch (\danog\MadelineProto\NothingInTheSocketException $e) {
|
||||||
$last_error = 'Nothing in the socket';
|
$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);
|
\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) {
|
if ($canunset) {
|
||||||
|
Loading…
Reference in New Issue
Block a user