From a32d925f2a7f1d90ff16543a4723bb3df1be44ab Mon Sep 17 00:00:00 2001 From: Apatis Date: Sun, 28 Jan 2018 16:14:59 +0700 Subject: [PATCH] Update RouterInterface.php --- src/RouterInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RouterInterface.php b/src/RouterInterface.php index 3132239..addde88 100644 --- a/src/RouterInterface.php +++ b/src/RouterInterface.php @@ -65,7 +65,7 @@ public function dispatch(ServerRequestInterface $request) : array; * * @return RouteGroupInterface */ - public function pushGroup(string $pattern, callable $callable) : RouteGroupInterface; + public function pushGroup(string $pattern, $callable) : RouteGroupInterface; /** * Removes the last route group from the array