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.
1 parent d42a563 commit b56fb79Copy full SHA for b56fb79
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