Completed
Push — master ( 647094...69506e )
by samayo
01:22
created
src/bulletproof.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
      *
139 139
      * @param mixed $offset
140 140
      *
141
-     * @return bool
141
+     * @return string|boolean
142 142
      */
143 143
     public function offsetGet($offset)
144 144
     {   
@@ -280,7 +280,7 @@  discard block
 block discarded – undo
280 280
     /**
281 281
      * Returns error string or false if no errors occurred
282 282
      *
283
-     * @return string|bool
283
+     * @return string|false
284 284
      */
285 285
     public function getError()
286 286
     {
@@ -475,7 +475,7 @@  discard block
 block discarded – undo
475 475
      * Final upload method to be called, isolated for testing purposes
476 476
      *
477 477
      * @param $tmp_name int the temporary location of the image file
478
-     * @param $destination int upload destination
478
+     * @param string $destination int upload destination
479 479
      *
480 480
      * @return bool
481 481
      */
Please login to merge, or discard this patch.