Skip to content

Commit 0f55791

Browse files
Merge branch '3.4' into 4.4
* 3.4: Fix abstract method name in PHP doc block
2 parents 399f377 + e0d43b6 commit 0f55791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loader/AnnotationClassLoader.php

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

0 commit comments

Comments
 (0)