Skip to content

Commit

Permalink
Merge pull request #1 from xudianyang/master
Browse files Browse the repository at this point in the history
merge
  • Loading branch information
leo108 committed Sep 28, 2014
2 parents f3a1d3d + bb8ea5d commit 49a0431
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Yaf.namespace.php
Original file line number Diff line number Diff line change
Expand Up @@ -2013,11 +2013,11 @@ interface Route_Interface
* (Yaf >= 2.2.9)
* 路由请求
*
* @param Request_Abstract $request
* @param mixed $request
*
* @return Boolean
*/
public function route(Request_Abstract $request);
public function route($request);

/**
* (Yaf >= 2.3.2)
Expand Down
2 changes: 1 addition & 1 deletion Yaf.underline.php
Original file line number Diff line number Diff line change
Expand Up @@ -2007,7 +2007,7 @@ interface Yaf_Route_Interface
* (Yaf >= 2.2.9)
* 路由请求
*
* @param Yaf_Request_Abstract $request
* @param mixed $request
*
* @return Boolean
*/
Expand Down

0 comments on commit 49a0431

Please sign in to comment.