Skip to content

Commit 3f1c305

Browse files
committed
docs: fix @return type
1 parent 583de40 commit 3f1c305

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/HTTP/RequestTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ public function setGlobal(string $method, $value)
244244
* @param int|null $filter Filter constant
245245
* @param array|int|null $flags Options
246246
*
247-
* @return array|bool|string|null
247+
* @return array|bool|float|int|object|string|null
248248
*/
249249
public function fetchGlobal(string $method, $index = null, ?int $filter = null, $flags = null)
250250
{

0 commit comments

Comments
 (0)