@@ -380,7 +380,7 @@ discard block |
||
| 380 | 380 | /** |
| 381 | 381 | * Returns error string or false if no errors occurred |
| 382 | 382 | * |
| 383 | - * @return string|bool |
|
| 383 | + * @return string|false |
|
| 384 | 384 | */ |
| 385 | 385 | public function getError() |
| 386 | 386 | {
|
@@ -479,7 +479,7 @@ discard block |
||
| 479 | 479 | * Final upload method to be called, isolated for testing purposes |
| 480 | 480 | * |
| 481 | 481 | * @param $tmp_name int the temporary location of the image file |
| 482 | - * @param $destination int upload destination |
|
| 482 | + * @param string $destination int upload destination |
|
| 483 | 483 | * |
| 484 | 484 | * @return bool |
| 485 | 485 | */ |