Skip to content

Commit aa3ef3b

Browse files
provokateurinsusnux
authored andcommitted
chore(AppFramework): Remove unused RouteConfig class and migrate tests to RouteParser
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 5c9a3d3 commit aa3ef3b

File tree

4 files changed

+349
-757
lines changed

4 files changed

+349
-757
lines changed

lib/private/AppFramework/Routing/RouteConfig.php

Lines changed: 0 additions & 279 deletions
This file was deleted.

lib/private/AppFramework/Routing/RouteParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ private function processRoute(array $route, string $appName, string $routeNamePr
8787

8888
/*
8989
* The route name has to be lowercase, for symfony to match it correctly.
90-
* This is required because smyfony allows mixed casing for controller names in the routes.
90+
* This is required because symfony allows mixed casing for controller names in the routes.
9191
* To avoid breaking all the existing route names, registering and matching will only use the lowercase names.
9292
* This is also safe on the PHP side because class and method names collide regardless of the casing.
9393
*/

0 commit comments

Comments
 (0)