@@ -41,9 +41,9 @@ |
||
| 41 | 41 | */ |
| 42 | 42 | protected function match(ServerRequestInterface $request) |
| 43 | 43 | { |
| 44 | - return array_filter($this->routes->getRoutes(), function (Route $route) use ($request) { |
|
| 44 | + return array_filter($this->routes->getRoutes(), function(Route $route) use ($request) { |
|
| 45 | 45 | $match = $route->matches($request); |
| 46 | - if(false !== $match) { |
|
| 46 | + if (false !== $match) { |
|
| 47 | 47 | return $route->setParams($match); |
| 48 | 48 | } |
| 49 | 49 | }); |