Refactor some if/else checks

This commit is contained in:
Maarten 2024-11-27 20:07:22 +01:00
parent 1ace4c95b5
commit a763bf1d8c
3 changed files with 5 additions and 29 deletions

View file

@ -71,6 +71,7 @@ class RouteCollection
fn($key) => !is_numeric($key),
ARRAY_FILTER_USE_KEY
);
return $route;
}
}