Fix typo in comment for config() function

This commit is contained in:
Kijin Sung 2016-02-16 13:20:27 +09:00
parent cde849bccc
commit 9538322305

View file

@ -7,9 +7,10 @@
*/
/**
* Get system configuration.
* Get or set system configuration.
*
* @param string $key
* @param string $value (optional)
* @return mixed
*/
function config($key, $value = null)