Skip to content

Commit

Permalink
Remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansuter committed Sep 11, 2019
1 parent aefa54c commit e931b48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Slim/Routing/RouteCollector.php
Expand Up @@ -262,7 +262,6 @@ public function group(string $pattern, $callable): RouteGroupInterface
*/
public function map(array $methods, string $pattern, $handler): RouteInterface
{

$route = $this->createRoute($methods, $pattern, $handler);
$this->routes[$route->getIdentifier()] = $route;
$this->routeCounter++;
Expand Down

0 comments on commit e931b48

Please sign in to comment.