@@ -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){ |
@@ -67,7 +67,7 @@ discard block |
||
67 | 67 | |
68 | 68 | /** |
69 | 69 | * Reads a file portion by portion until the very end |
70 | - * @return string|boolean |
|
70 | + * @return false|string |
|
71 | 71 | */ |
72 | 72 | public function fread() { |
73 | 73 | if (!$this->isValid()) { |
@@ -114,7 +114,6 @@ discard block |
||
114 | 114 | /** |
115 | 115 | * Action to take if this item status is unclear |
116 | 116 | * @param Status $status |
117 | - * @param boolean $isBackground |
|
118 | 117 | */ |
119 | 118 | public function processUnchecked(Status $status) { |
120 | 119 | //TODO: Show warning to the user: The file can not be checked |