From 5375ca0079caa2a80420f9eec21a966397b018d1 Mon Sep 17 00:00:00 2001 From: yinggaozhen Date: Wed, 2 Aug 2017 20:36:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Route->parseUrlParams?= =?UTF-8?q?=E6=96=B9=E6=B3=95=E6=B3=A8=E9=87=8A=E4=B8=8E=E5=BD=A2=E5=8F=82?= =?UTF-8?q?=E4=B8=8D=E4=B8=80=E8=87=B4=E9=97=AE=E9=A2=98?= 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 35a57ee2..2046570a 100644 --- a/library/think/Route.php +++ b/library/think/Route.php @@ -1546,7 +1546,7 @@ class Route /** * 解析URL地址中的参数Request对象 * @access private - * @param string $rule 路由规则 + * @param string $url 路由规则 * @param array $var 变量 * @return void */