Skip to content

Commit 187ac02

Browse files
committed
[Routing][ServiceRouterLoader] Remove an outdated comment
1 parent 6b25a86 commit 187ac02

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Loader/DependencyInjection/ServiceRouterLoader.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
/**
1818
* A route loader that executes a service to load the routes.
1919
*
20-
* This depends on the DependencyInjection component.
21-
*
2220
* @author Ryan Weaver <[email protected]>
2321
*/
2422
class ServiceRouterLoader extends ObjectRouteLoader

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"symfony/yaml": "For using the YAML loader",
3939
"symfony/expression-language": "For using expression matching",
4040
"doctrine/annotations": "For using the annotation loader",
41-
"symfony/dependency-injection": "For loading routes from a service"
41+
"symfony/dependency-injection": "For using the routing resolver compiler pass"
4242
},
4343
"autoload": {
4444
"psr-4": { "Symfony\\Component\\Routing\\": "" },

0 commit comments

Comments
 (0)