From 438bc3c7bdc3e9ea3c5f0294af090480c160ef16 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 23 Aug 2016 18:44:18 +0800 Subject: [PATCH] =?UTF-8?q?Route=E7=B1=BB=E7=9A=84name=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E5=80=BC=E6=B3=A8=E9=87=8A=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Route.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/Route.php b/library/think/Route.php index ad06d58f..9cd1837b 100644 --- a/library/think/Route.php +++ b/library/think/Route.php @@ -139,7 +139,7 @@ class Route * 设置路由绑定 * @access public * @param string $name 路由命名标识 - * @return string|array + * @return array */ public static function name($name = '') {