Skip to content

Commit 79f80d3

Browse files
minor symfony#37015 Fix abstract method name in PHP doc block (l-vo)
This PR was merged into the 3.4 branch. Discussion ---------- Fix abstract method name in PHP doc block | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- d6966c3 Fix abstract method name in PHP doc block
2 parents d8f282e + d6966c3 commit 79f80d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/**
2323
* AnnotationClassLoader loads routing information from a PHP class and its methods.
2424
*
25-
* You need to define an implementation for the getRouteDefaults() method. Most of the
25+
* You need to define an implementation for the configureRoute() method. Most of the
2626
* time, this method should define some PHP callable to be called for the route
2727
* (a controller in MVC speak).
2828
*

0 commit comments

Comments
 (0)