Skip to content

Commit 586cef0

Browse files
committed
Fixed RST directives
1 parent 424ed2e commit 586cef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

routing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ concise, but it can decrease route readability when requirements are complex:
301301
302302
return $routes;
303303
304-
.. version-added:: 4.1
304+
.. versionadded:: 4.1
305305
The feature to inline requirements was introduced in Symfony 4.1.
306306

307307
To learn about other route requirements - like HTTP method, hostname and dynamic
@@ -466,7 +466,7 @@ placeholder:
466466
To give a ``null`` default value to any placeholder, add nothing after the
467467
``?`` character (e.g. ``/blog/{page?}``).
468468

469-
.. version-added:: 4.1
469+
.. versionadded:: 4.1
470470
The feature to inline default values was introduced in Symfony 4.1.
471471

472472
Listing all of your Routes

0 commit comments

Comments
 (0)