From 6ec4a3489ac3ca12fe37882c19f9ca35d456ba1a Mon Sep 17 00:00:00 2001 From: AlterBrains Date: Wed, 5 Oct 2022 09:46:21 +0300 Subject: [PATCH] Make IDE happy --- src/Input.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Input.php b/src/Input.php index 6a1d30c6..f3c50b3a 100644 --- a/src/Input.php +++ b/src/Input.php @@ -24,6 +24,7 @@ * @property-read Input $env * @property-read Files $files * @property-read Cookie $cookie + * @property-read Json $json * * @method integer getInt($name, $default = null) Get a signed integer. * @method integer getUint($name, $default = null) Get an unsigned integer.