From 1e6367be835a49b4c76de9afd62a9f88c14afe82 Mon Sep 17 00:00:00 2001 From: Najdanovic Ivan Date: Wed, 21 Apr 2021 13:28:17 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20service=20methods=20=E2=80=A6$params=20ty?= =?UTF-8?q?pe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/Common.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/Common.php b/system/Common.php index abafe46a59e8..2d71e0d0493e 100644 --- a/system/Common.php +++ b/system/Common.php @@ -1054,7 +1054,7 @@ function session(string $val = null) * - $timer = \CodeIgniter\Config\Services::timer(); * * @param string $name - * @param array ...$params + * @param mixed ...$params * * @return mixed */ @@ -1069,8 +1069,8 @@ function service(string $name, ...$params) /** * Always returns a new instance of the class. * - * @param string $name - * @param array|null $params + * @param string $name + * @param mixed ...$params * * @return mixed */