Skip to content

Commit ef556a8

Browse files
sfdumiwouterj
authored andcommitted
Minor update to Symfony version for method override
Minor update to Symfony version for method override, when presenting since the method is available.
1 parent 70c980d commit ef556a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/routing/method_parameters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Faking the Method with ``_method``
7777
.. note::
7878

7979
The ``_method`` functionality shown here is disabled by default in Symfony 2.2
80-
and enabled by default in Symfony 2.3. To control it in Symfony 2.2, you
80+
and enabled by default in Symfony 2.3 and above. To control it in Symfony 2.2, you
8181
must call :method:`Request::enableHttpMethodParameterOverride <Symfony\\Component\\HttpFoundation\\Request::enableHttpMethodParameterOverride>`
8282
before you handle the request (e.g. in your front controller). In Symfony
8383
2.3, use the :ref:`configuration-framework-http_method_override` option.

0 commit comments

Comments
 (0)