diff --git a/system/Common.php b/system/Common.php index 7fb4c5964254..fafaccd31921 100644 --- a/system/Common.php +++ b/system/Common.php @@ -371,9 +371,9 @@ function db_connect($db = null, bool $getShared = true) * retrieving values set from the .env file for * use in config files. * - * @param string|null $default + * @param array|bool|float|int|object|string|null $default * - * @return bool|string|null + * @return array|bool|float|int|object|string|null */ function env(string $key, $default = null) {