Fix comment Context::set parameter type.

This commit is contained in:
BJRambo 2017-08-24 08:08:46 +09:00
parent 9b4a61ce58
commit f033e4e36f

View file

@ -1818,7 +1818,7 @@ class Context
* Set a context value with a 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.
* @return void
*/