Changed the return comment
This commit is contained in:
parent
af656d70e2
commit
30c08bf95a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
* @param array|string $key Configuration key.
|
* @param array|string $key Configuration key.
|
||||||
* @param mixed $default Default value in case the requested config has no value.
|
* @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
|
* @throws InvalidArgumentException
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue