@@ -159,7 +159,7 @@ discard block |
||
159 | 159 | * |
160 | 160 | * @param mixed $offset |
161 | 161 | * |
162 | - * @return bool |
|
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 | { |
@@ -462,7 +462,7 @@ discard block |
||
462 | 462 | * Final upload method to be called, isolated for testing purposes |
463 | 463 | * |
464 | 464 | * @param $tmp_name int the temporary location of the image file |
465 | - * @param $destination int upload destination |
|
465 | + * @param string $destination int upload destination |
|
466 | 466 | * |
467 | 467 | * @return bool |
468 | 468 | */ |