Changed the return comment

This commit is contained in:
Alex Tselegidis 2021-10-23 13:20:33 +02:00
parent d70e6f21ce
commit af656d70e2
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/