@@ -356,7 +356,7 @@ discard block |
||
356 | 356 | /** |
357 | 357 | * Validate directory/permission before creating a folder. |
358 | 358 | * |
359 | - * @param $dir string the folder name to check |
|
359 | + * @param string $dir string the folder name to check |
|
360 | 360 | * |
361 | 361 | * @return bool |
362 | 362 | */ |
@@ -459,7 +459,7 @@ discard block |
||
459 | 459 | * Final upload method to be called, isolated for testing purposes. |
460 | 460 | * |
461 | 461 | * @param $tmp_name int the temporary storage of the image file |
462 | - * @param $destination int upload destination |
|
462 | + * @param string $destination int upload destination |
|
463 | 463 | * |
464 | 464 | * @return bool |
465 | 465 | */ |