Skip to content

Commit ffd4e9d

Browse files
committed
minor #9943 Fix configuration-block not working (keichinger)
This PR was merged into the 4.0 branch. Discussion ---------- Fix configuration-block not working The `::` shorthand in the line before the `.. configuration-block::` breaks the entire block. Commits ------- f952c32 Fix configuration-block not working
2 parents 48063ce + f952c32 commit ffd4e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing/redirect_in_config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ The :method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::u
185185
and :method:`Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::redirectAction`
186186
methods accept an additional argument called ``keepRequestMethod``. When it's
187187
set to ``true``, temporary redirects use ``307`` code instead of ``302`` and
188-
permanent redirects use ``308`` code instead of ``301``::
188+
permanent redirects use ``308`` code instead of ``301``:
189189

190190
.. configuration-block::
191191

0 commit comments

Comments
 (0)