@@ -86,7 +86,7 @@ |
||
86 | 86 | */ |
87 | 87 | private function fillBuffer($length) |
88 | 88 | { |
89 | - $fill = (int)max([$length, 8192]); |
|
89 | + $fill = (int) max([$length, 8192]); |
|
90 | 90 | while ($this->buffer->getSize() < $length) { |
91 | 91 | $read = $this->stream->read($fill); |
92 | 92 | if ($read === false || $read === '') { |