Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 56eadf0

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Routing/AnnotatedRouteControllerLoader.php

Copy file name to clipboardExpand all lines: Routing/AnnotatedRouteControllerLoader.php
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.