mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 05:22:35 +09:00
Fix comment Context::set parameter type.
This commit is contained in:
parent
9b4a61ce58
commit
f033e4e36f
1 changed files with 1 additions and 1 deletions
|
|
@ -1818,7 +1818,7 @@ class Context
|
||||||
* Set a context value with a key
|
* Set a context value with a key
|
||||||
*
|
*
|
||||||
* @param string $key Key
|
* @param string $key Key
|
||||||
* @param string $val Value
|
* @param mixed $val Value
|
||||||
* @param mixed $set_to_get_vars If not FALSE, Set to get vars.
|
* @param mixed $set_to_get_vars If not FALSE, Set to get vars.
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue