Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2018-02-22 14:49:04 +00:00 committed by StyleCI Bot
parent 2b921eea56
commit 56b3647ec0

View File

@ -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]);
}