Completed
Push — master ( b0b8e5...179439 )
by samayo
03:37
created
src/bulletproof.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
      *
146 146
      * @param mixed $offset
147 147
      *
148
-     * @return bool|mixed
148
+     * @return boolean
149 149
      */
150 150
     public function offsetGet($offset)
151 151
     {
@@ -421,7 +421,7 @@  discard block
 block discarded – undo
421 421
      * Final upload method to be called, isolated for testing purposes
422 422
      *
423 423
      * @param $tmp_name int the temporary location of the image file
424
-     * @param $destination int upload destination
424
+     * @param string $destination int upload destination
425 425
      *
426 426
      * @return bool
427 427
      */
Please login to merge, or discard this patch.