@@ -44,7 +44,7 @@ |
||
44 | 44 | } |
45 | 45 | |
46 | 46 | $routes = $this->router->getRoutes(); |
47 | - $sort = function (Route $a, Route $b) { |
|
47 | + $sort = function(Route $a, Route $b) { |
|
48 | 48 | return $a->getPath() <=> $b->getPath(); |
49 | 49 | }; |
50 | 50 | usort($routes, $sort); |