From 7f94d79cbfafc26228cc15023c73913730aab61e Mon Sep 17 00:00:00 2001 From: xudianyang Date: Sun, 28 Sep 2014 10:49:06 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E7=B1=BB=E7=9A=84route=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yaf.namespace.php | 4 ++-- Yaf.underline.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Yaf.namespace.php b/Yaf.namespace.php index bee8977..6a7b280 100644 --- a/Yaf.namespace.php +++ b/Yaf.namespace.php @@ -2013,11 +2013,11 @@ interface Route_Interface * (Yaf >= 2.2.9) * 路由请求 * - * @param Request_Abstract $request + * @param $request * * @return Boolean */ - public function route(Request_Abstract $request); + public function route($request); /** * (Yaf >= 2.3.2) diff --git a/Yaf.underline.php b/Yaf.underline.php index 9dc49ac..3f0ab79 100644 --- a/Yaf.underline.php +++ b/Yaf.underline.php @@ -2007,7 +2007,7 @@ interface Yaf_Route_Interface * (Yaf >= 2.2.9) * 路由请求 * - * @param Yaf_Request_Abstract $request + * @param $request * * @return Boolean */ From bb8ea5d3eb0d969bcd4279b93540b3cfd2cd9d7a Mon Sep 17 00:00:00 2001 From: xudianyang Date: Sun, 28 Sep 2014 10:49:58 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E7=B1=BB=E7=9A=84route=E6=96=B9=E6=B3=95?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yaf.namespace.php | 2 +- Yaf.underline.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Yaf.namespace.php b/Yaf.namespace.php index 6a7b280..ccae4bf 100644 --- a/Yaf.namespace.php +++ b/Yaf.namespace.php @@ -2013,7 +2013,7 @@ interface Route_Interface * (Yaf >= 2.2.9) * 路由请求 * - * @param $request + * @param mixed $request * * @return Boolean */ diff --git a/Yaf.underline.php b/Yaf.underline.php index 3f0ab79..c45b857 100644 --- a/Yaf.underline.php +++ b/Yaf.underline.php @@ -2007,7 +2007,7 @@ interface Yaf_Route_Interface * (Yaf >= 2.2.9) * 路由请求 * - * @param $request + * @param mixed $request * * @return Boolean */