@@ -145,7 +145,7 @@ discard block |
||
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 |
||
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 | */ |