We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d42a563 + b56fb79 commit ffa748eCopy full SHA for ffa748e
src/Encoding/FilteredStream.php
@@ -100,7 +100,7 @@ public function eof()
100
protected function fill()
101
{
102
$readFilterCallback = $this->readFilterCallback;
103
- $this->buffer .= $readFilterCallback($this->stream->read(self::BUFFER_SIZE));
+ $this->buffer .= $readFilterCallback($this->stream->read(self::BUFFER_SIZE));
104
105
if ($this->stream->eof()) {
106
$this->buffer .= $readFilterCallback();
0 commit comments