Completed
Pull Request — master (#127)
by
unknown
01:31
created
src/bulletproof.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -356,7 +356,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.