注释调整

This commit is contained in:
thinkphp
2016-06-16 13:48:40 +08:00
parent 4d6ae0fcb6
commit d8fc0bf7aa
2 changed files with 8 additions and 8 deletions

View File

@@ -546,9 +546,9 @@ class Request
} }
/** /**
* 当前请求的参数 * 设置获取获取当前请求的参数
* @access public * @access public
* @param string $name 变量名 * @param string|array $name 变量名
* @param mixed $default 默认值 * @param mixed $default 默认值
* @return mixed * @return mixed
*/ */