Completed
Push — master ( 584b9a...7e12c0 )
by samayo
03:51 queued 02:07
created
src/bulletproof.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -380,7 +380,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.