Skip to content

Commit 96c1e2d

Browse files
committed
Add a missing versionadded directive
1 parent b6b42db commit 96c1e2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

routing.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,6 +1661,10 @@ This way, the ``product_show`` alias could be deprecated.
16611661
)
16621662
;
16631663
1664+
.. versionadded:: 7.3
1665+
1666+
The ``DeprecatedAlias`` class for PHP attributes was introduced in Symfony 7.3.
1667+
16641668
In this example, every time the ``product_show`` alias is used, a deprecation
16651669
warning is triggered, advising you to stop using this route and prefer using ``product_details``.
16661670

0 commit comments

Comments
 (0)