8000 minor #15824 [Routing] rewrite incorrect sentence (Ahummeling) · symfony/symfony-docs@b94474a · GitHub
[go: up one dir, main page]

Skip to content

Commit b94474a

Browse files
committed
minor #15824 [Routing] rewrite incorrect sentence (Ahummeling)
This PR was merged into the 4.4 branch. Discussion ---------- [Routing] rewrite incorrect sentence This bit of documentation: `This feature is called "param converter" and is only available when using annotations to define routes.` Would imply that the param converter is only enabled for routes that are defined through annotations. But I believe this is not case. This pull request rewrites this sentence and would hopefully prevent other people from also spending a lot of time unnecessarily. Commits ------- 55b322d rewrite incorrect sentence
2 parents ab51509 + 55b322d commit b94474a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

routing.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -824,8 +824,7 @@ Parameter Conversion
824824

825825
A common routing need is to convert the value stored in some parameter (e.g. an
826826
integer acting as the user ID) into another value (e.g. the object that
827-
represents the user). This feature is called "param converter" and is only
828-
available when using annotations to define routes.
827+
represents the user). This feature is called "param converter".
829828

830829
In case you didn't run this command before, run it now to add support for
831830
annotations and "param converters":

0 commit comments

Comments
 (0)
0