@@ -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 |