Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2018-03-01 23:01:15 +00:00 committed by StyleCI Bot
parent 214823f0c0
commit 02ca94c04f
2 changed files with 1 additions and 2 deletions

View File

@ -258,7 +258,6 @@ class Connection
}
}
return @$this->obfuscated['decryption']->encrypt($packet);
case 'tcp_abridged':
case 'tcp_intermediate':

View File

@ -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) {