注释改进

This commit is contained in:
thinkphp
2016-06-01 12:14:26 +08:00
parent 994b15944e
commit ec8234d5b6
2 changed files with 2 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ class Config
/**
* 设置配置参数 name为数组则为批量设置
* @param string $name 配置参数名(支持二级配置 .号分割)
* @param string|array $name 配置参数名(支持二级配置 .号分割)
* @param mixed $value 配置值
* @param string $range 作用域
* @return mixed