Skip to content

Commit 56eadf0

Browse files
ausinicolas-grekas
authored andcommitted
Fix legacy class palceholder definitions for static analysis
1 parent 981e016 commit 56eadf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Routing/AnnotatedRouteControllerLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class_exists(AttributeRouteControllerLoader::class);
1919
/**
2020
* @deprecated since Symfony 6.4, to be removed in 7.0, use {@link AttributeRouteControllerLoader} instead
2121
*/
22-
class AnnotatedRouteControllerLoader
22+
class AnnotatedRouteControllerLoader extends AttributeRouteControllerLoader
2323
{
2424
}
2525
}

0 commit comments

Comments
 (0)