Skip to content

Commit d239b2a

Browse files
update return type
1 parent 9b2eade commit d239b2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/HTTP/IncomingRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ public function getRawInput()
707707
* @param int|null $filter Filter Constant
708708
* @param array|int|null $flags Option
709709
*
710-
* @return array|bool|int|object|null
710+
* @return array|bool|float|int|object|string|null
711711
*/
712712
public function getRawInputVar($index = null, ?int $filter = null, $flags = null)
713713
{

0 commit comments

Comments
 (0)