@@ -138,7 +138,7 @@ discard block |
||
| 138 | 138 | * |
| 139 | 139 | * @param mixed $offset |
| 140 | 140 | * |
| 141 | - * @return bool |
|
| 141 | + * @return string|boolean |
|
| 142 | 142 | */ |
| 143 | 143 | public function offsetGet($offset) |
| 144 | 144 | {
|
@@ -280,7 +280,7 @@ discard block |
||
| 280 | 280 | /** |
| 281 | 281 | * Returns error string or false if no errors occurred |
| 282 | 282 | * |
| 283 | - * @return string|bool |
|
| 283 | + * @return string|false |
|
| 284 | 284 | */ |
| 285 | 285 | public function getError() |
| 286 | 286 | {
|
@@ -475,7 +475,7 @@ discard block |
||
| 475 | 475 | * Final upload method to be called, isolated for testing purposes |
| 476 | 476 | * |
| 477 | 477 | * @param $tmp_name int the temporary location of the image file |
| 478 | - * @param $destination int upload destination |
|
| 478 | + * @param string $destination int upload destination |
|
| 479 | 479 | * |
| 480 | 480 | * @return bool |
| 481 | 481 | */ |