@@ -172,7 +172,7 @@ |
||
| 172 | 172 | } |
| 173 | 173 | |
| 174 | 174 | /** |
| 175 | - * @param $data |
|
| 175 | + * @param string $data |
|
| 176 | 176 | * @return bool |
| 177 | 177 | */ |
| 178 | 178 | protected function writeRaw($data){ |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | use OCP\App; |
| 16 | 16 | use OCP\AppFramework\Db\DoesNotExistException; |
| 17 | 17 | use OCP\Files\File; |
| 18 | -use OCP\IL10N; |
|
| 19 | 18 | use OCP\ILogger; |
| 20 | 19 | |
| 21 | 20 | class Item { |
@@ -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)) { |