Completed
Push — master ( 6dee94...7f18b5 )
by samayo
01:20
created
src/bulletproof.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
      *
160 160
      * @param mixed $offset
161 161
      *
162
-     * @return bool|mixed
162
+     * @return string|boolean
163 163
      */
164 164
     public function offsetGet($offset)
165 165
     {
@@ -359,7 +359,7 @@  discard block
 block discarded – undo
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
     {
@@ -460,7 +460,7 @@  discard block
 block discarded – undo
460 460
      * Final upload method to be called, isolated for testing purposes
461 461
      *
462 462
      * @param $tmp_name int the temporary location of the image file
463
-     * @param $destination int upload destination
463
+     * @param string $destination int upload destination
464 464
      *
465 465
      * @return bool
466 466
      */
Please login to merge, or discard this patch.