@@ -133,7 +133,7 @@ |
||
| 133 | 133 | |
| 134 | 134 | if ($eolPos === false) { |
| 135 | 135 | // No eol found. Make buffer head of remainder and empty buffer. |
| 136 | - $this->remainder = $buff . $this->remainder; |
|
| 136 | + $this->remainder = $buff.$this->remainder; |
|
| 137 | 137 | $buff = ''; |
| 138 | 138 | } elseif ($eolPos !== 0) { |
| 139 | 139 | // eol found. |