Skip to content

Commit

Permalink
Merge pull request #2733 from Brammm-forks/fix-typehint
Browse files Browse the repository at this point in the history
Group method was missing string typehint for callable
  • Loading branch information
l0gicgate committed Jun 19, 2019
2 parents ccefb2f + 9eae601 commit 5665713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Slim/Interfaces/RouteCollectorProxyInterface.php
Expand Up @@ -139,8 +139,8 @@ public function map(array $methods, string $pattern, $callable): RouteInterface;
* declarations in the callback will be prepended by the group(s)
* that it is in.
*
* @param string $pattern
* @param callable $callable
* @param string $pattern
* @param string|callable $callable
*
* @return RouteGroupInterface
*/
Expand Down

0 comments on commit 5665713

Please sign in to comment.