@@ -63,7 +63,7 @@ |
||
63 | 63 | |
64 | 64 | /** |
65 | 65 | * Reads a file portion by portion until the very end |
66 | - * @return string|boolean |
|
66 | + * @return false|string |
|
67 | 67 | */ |
68 | 68 | public function fread() { |
69 | 69 | if (!($this->file->getSize() > 0)) { |
@@ -211,7 +211,7 @@ |
||
211 | 211 | } |
212 | 212 | |
213 | 213 | /** |
214 | - * @param $data |
|
214 | + * @param string $data |
|
215 | 215 | * @return bool |
216 | 216 | */ |
217 | 217 | protected function writeRaw($data) { |