We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2fab17 commit 8046c4eCopy full SHA for 8046c4e
src/Controllers/ShowRoutes.php
@@ -30,10 +30,10 @@ public function __invoke(): View
30
$this->router->flushMiddlewareGroups();
31
32
// Convert all \n into <br>
33
- $routes = array_values(array_map(function(array $route) {
+ $routes = array_values(array_map(function (array $route) {
34
$route['middleware'] = nl2br($route['middleware']);
35
36
- if(empty(trim($route['middleware']))) {
+ if (empty(trim($route['middleware']))) {
37
$route['middleware'] = '-';
38
}
39
0 commit comments