Apply fixes from StyleCI
This commit is contained in:
parent
2b921eea56
commit
56b3647ec0
@ -363,7 +363,7 @@ class Connection
|
||||
$headers[] = $current_header;
|
||||
}
|
||||
$read = $this->read($length);
|
||||
$headers[0] = explode(" ", $headers[0], 3);
|
||||
$headers[0] = explode(' ', $headers[0], 3);
|
||||
if ($headers[0][1] !== '200') {
|
||||
throw new Exception($headers[0][2]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user