Completed
Branch master (73198b)
by samayo
01:21
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
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
     {
@@ -462,7 +462,7 @@  discard block
 block discarded – undo
462 462
      * Final upload method to be called, isolated for testing purposes
463 463
      *
464 464
      * @param $tmp_name int the temporary location of the image file
465
-     * @param $destination int upload destination
465
+     * @param string $destination int upload destination
466 466
      *
467 467
      * @return bool
468 468
      */
Please login to merge, or discard this patch.