注释修正

This commit is contained in:
thinkphp
2016-06-22 18:14:25 +08:00
parent 8ac769f343
commit 13103c84c7

View File

@@ -102,7 +102,6 @@ function config($name = '', $value = null, $range = '')
* @param string $key 获取的变量名
* @param mixed $default 默认值
* @param string $filter 过滤方法
* @param bool $merge 是否合并系统默认过滤方法
* @return mixed
*/
function input($key, $default = null, $filter = null)