From 74aa44bdc02c161469f9dc37e62598cd090c8249 Mon Sep 17 00:00:00 2001 From: "origami11@yandex.ru" Date: Wed, 3 Dec 2025 18:32:21 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=A1=D1=82=D1=80=D0=BE=D0=B3=D0=B8?= =?UTF-8?q?=D0=B5=20=D1=82=D0=B8=D0=BF=D1=8B=20=D0=B4=D0=BB=D1=8F=20HttpRe?= =?UTF-8?q?quest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Collection.php | 2 +- src/HttpRequest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Collection.php b/src/Collection.php index cf8b814..8e5328d 100644 --- a/src/Collection.php +++ b/src/Collection.php @@ -58,7 +58,7 @@ class Collection implements \ArrayAccess /** * @param string $key - * @param int $default + * @param int $default * @return int */ public function getInt($key, $default = 0) diff --git a/src/HttpRequest.php b/src/HttpRequest.php index da5c547..e688fe5 100644 --- a/src/HttpRequest.php +++ b/src/HttpRequest.php @@ -55,7 +55,7 @@ class HttpRequest extends Collection /** * @param string $key * @param mixed $default - * @return mixed + * @return null|string|array */ function get($key, $default = null) {