mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Add type hints and use class constants where applicable in Rhymix Framework
This commit is contained in:
parent
78f7942e40
commit
b6e8d41be8
11 changed files with 138 additions and 128 deletions
|
|
@ -30,7 +30,7 @@ function config(string $key, $value = null)
|
|||
*
|
||||
* @param string $code Lang variable name
|
||||
* @param string $value `$code`s value
|
||||
* @return mixed
|
||||
* @return string|null|\ArrayObject
|
||||
*/
|
||||
function lang(string $code, $value = null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue