From f952c32fdb171c53dd8a9f87086411d0d937c0d5 Mon Sep 17 00:00:00 2001 From: Kai Eichinger Date: Wed, 20 Jun 2018 17:13:02 +0200 Subject: [PATCH] Fix configuration-block not working --- routing/redirect_in_config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/redirect_in_config.rst b/routing/redirect_in_config.rst index 3712de69044..806f58520f6 100644 --- a/routing/redirect_in_config.rst +++ b/routing/redirect_in_config.rst @@ -185,7 +185,7 @@ The :method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::u and :method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::redirectAction` methods accept an additional argument called ``keepRequestMethod``. When it's set to ``true``, temporary redirects use ``307`` code instead of ``302`` and -permanent redirects use ``308`` code instead of ``301``:: +permanent redirects use ``308`` code instead of ``301``: .. configuration-block::