修改View->config返回值与注释不匹配问题

This commit is contained in:
yinggaozhen
2017-08-02 20:49:18 +08:00
committed by ThinkPHP
parent 684963a415
commit ef2f4c7e82

View File

@@ -127,7 +127,7 @@ class View
* @access private
* @param string|array $name 参数名
* @param mixed $value 参数值
* @return void
* @return $this
*/
public function config($name, $value = null)
{