Fix Context::get return comment

This commit is contained in:
BJRambo 2017-08-17 16:55:21 +09:00
parent c714c3629a
commit ee0ac2b573

View file

@ -1844,7 +1844,7 @@ class Context
* Return key's value
*
* @param string $key Key
* @return string Key
* @return mixed
*/
public static function get($key)
{