chore: Типы
This commit is contained in:
parent
fbe5eb878e
commit
3d34ae4b84
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ class HttpResponse
|
||||||
while ($index > 0) {
|
while ($index > 0) {
|
||||||
$chunk [] = substr($this->response, $this->offset, $index);
|
$chunk [] = substr($this->response, $this->offset, $index);
|
||||||
$this->offset += $index;
|
$this->offset += $index;
|
||||||
$index = hexdec($this->getLine());
|
$index = (int)hexdec($this->getLine());
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->data = implode("", $chunk);
|
$this->data = implode("", $chunk);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue