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 143718c

Browse filesBrowse files
Merge branch '3.4' into 4.4
* 3.4: Fix abstract method name in PHP doc block
2 parents 282cafb + 79f80d3 commit 143718c
Copy full SHA for 143718c

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

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

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