Skip to content

Commit

Permalink
Update RouterInterface.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Apatis committed Jan 28, 2018
1 parent 8de4f16 commit a32d925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RouterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a32d925

Please sign in to comment.