From af656d70e2e0c60b43b2afcffbd70aac48b193c1 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sat, 23 Oct 2021 13:20:33 +0200 Subject: [PATCH] Changed the return comment --- application/helpers/session_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/helpers/session_helper.php b/application/helpers/session_helper.php index 72753934..6e2eceb7 100644 --- a/application/helpers/session_helper.php +++ b/application/helpers/session_helper.php @@ -29,7 +29,7 @@ if ( ! function_exists('session')) * @param array|string $key * @param mixed $default * - * @return mixed|NULL Returns the configuration value or NULL if setting the configuration key. + * @return mixed|NULL Returns the requested value or NULL if you assign a new session value. * * @throws InvalidArgumentException */