Apply fixes from StyleCI
This commit is contained in:
parent
05f44fbea4
commit
b5dba1ec3e
@ -305,6 +305,7 @@ class Connection
|
|||||||
$response = $this->read_http_payload();
|
$response = $this->read_http_payload();
|
||||||
if ($response['code'] !== 200) {
|
if ($response['code'] !== 200) {
|
||||||
Logger::log($response['body']);
|
Logger::log($response['body']);
|
||||||
|
|
||||||
return $this->pack_signed_int(-$response['code']);
|
return $this->pack_signed_int(-$response['code']);
|
||||||
//throw new Exception($response['description'], $response['code']);
|
//throw new Exception($response['description'], $response['code']);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user