mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix typo in comment for config() function
This commit is contained in:
parent
cde849bccc
commit
9538322305
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue