We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48063ce commit f952c32Copy full SHA for f952c32
routing/redirect_in_config.rst
@@ -185,7 +185,7 @@ The :method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::u
185
and :method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::redirectAction`
186
methods accept an additional argument called ``keepRequestMethod``. When it's
187
set to ``true``, temporary redirects use ``307`` code instead of ``302`` and
188
-permanent redirects use ``308`` code instead of ``301``::
+permanent redirects use ``308`` code instead of ``301``:
189
190
.. configuration-block::
191
0 commit comments