From ef2f4c7e82df9a5f017148a37d7341189fe9b665 Mon Sep 17 00:00:00 2001 From: yinggaozhen Date: Wed, 2 Aug 2017 20:49:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9View->config=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E5=80=BC=E4=B8=8E=E6=B3=A8=E9=87=8A=E4=B8=8D=E5=8C=B9?= =?UTF-8?q?=E9=85=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/View.php b/library/think/View.php index 96ae56c9..78b28d7f 100644 --- a/library/think/View.php +++ b/library/think/View.php @@ -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) {