@@ -159,7 +159,7 @@ discard block |
||
| 159 | 159 | * |
| 160 | 160 | * @param mixed $offset |
| 161 | 161 | * |
| 162 | - * @return bool|mixed |
|
| 162 | + * @return string|boolean |
|
| 163 | 163 | */ |
| 164 | 164 | public function offsetGet($offset) |
| 165 | 165 | {
|
@@ -359,7 +359,7 @@ discard block |
||
| 359 | 359 | /** |
| 360 | 360 | * Returns error string or false if no errors occurred |
| 361 | 361 | * |
| 362 | - * @return string|bool |
|
| 362 | + * @return string|false |
|
| 363 | 363 | */ |
| 364 | 364 | public function getError() |
| 365 | 365 | {
|
@@ -460,7 +460,7 @@ discard block |
||
| 460 | 460 | * Final upload method to be called, isolated for testing purposes |
| 461 | 461 | * |
| 462 | 462 | * @param $tmp_name int the temporary location of the image file |
| 463 | - * @param $destination int upload destination |
|
| 463 | + * @param string $destination int upload destination |
|
| 464 | 464 | * |
| 465 | 465 | * @return bool |
| 466 | 466 | */ |