Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0a22dda

Browse filesBrowse files
committed
[symfony#6783] Fixed a syntax error
1 parent 5e8d015 commit 0a22dda
Copy full SHA for 0a22dda

File tree

Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed

‎routing.rst

Copy file name to clipboardExpand all lines: routing.rst
+3-4Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -481,13 +481,12 @@ that are special: each adds a unique piece of functionality inside your applicat
481481
Used to set the request format (:ref:`read more <routing-format-param>`).
482482

483483
``_fragment``
484-
485-
.. versionadded:: 3.2
486-
The ``_fragment`` parameter was introduced in Symfony 3.2.
487-
488484
Used to set the fragment identifier, the optional last part of a URL that
489485
starts with a ``#`` character and is used to identify a portion of a document.
490486

487+
.. versionadded:: 3.2
488+
The ``_fragment`` parameter was introduced in Symfony 3.2.
489+
491490
``_locale``
492491
Used to set the locale on the request (:ref:`read more <translation-locale-url>`).
493492

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.