Skip to content

Commit 61ac029

Browse files
committed
Link method to docs as per @wouterj suggestion
1 parent 9d3a9a2 commit 61ac029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/routing/method_parameters.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ How to use HTTP Methods beyond GET and POST in Routes
66

77
.. versionadded:: 2.2
88
This functionality is disabled by default in Symfony 2.2. To enable it,
9-
you must call ``Request::enableHttpMethodParameterOverride()`` before you
10-
handle the request.
9+
you must call :method:`Request::enableHttpMethodParameterOverride <Symfony\\Component\\HttpFoundation\\Request::enableHttpMethodParameterOverride>`
10+
before you handle the request.
1111

1212
The HTTP method of a request is one of the requirements that can be checked
1313
when seeing if it matches a route. This is introduced in the routing chapter

0 commit comments

Comments
 (0)