From 30c08bf95a36a303f7e985e48f7b0c4742678ef8 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sat, 23 Oct 2021 13:20:39 +0200 Subject: [PATCH] Changed the return comment --- application/helpers/config_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/helpers/config_helper.php b/application/helpers/config_helper.php index 26ad41ee..dce61839 100644 --- a/application/helpers/config_helper.php +++ b/application/helpers/config_helper.php @@ -27,7 +27,7 @@ * @param array|string $key Configuration key. * @param mixed $default Default value in case the requested config has no value. * - * @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 configuration value. * * @throws InvalidArgumentException */