Skip to content

Commit 6e5f695

Browse files
committed
Remove versionadded directive
1 parent 838d6f5 commit 6e5f695

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

reference/forms/types/options/choice_label.rst.inc

-5
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ more control::
2929
},
3030
]);
3131

32-
.. versionadded:: 5.2
33-
34-
The support for ``TranslatableMessage`` objects in ``choice_label`` was
35-
introduced in Symfony 5.2.
36-
3732
This method is called for *each* choice, passing you the ``$choice`` and
3833
``$key`` from the choices array (additional ``$value`` is related to `choice_value`_).
3934
This will give you:

reference/forms/types/options/label.rst.inc

-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ will suppress the label.
1515
'label' => new TranslatableMessage('address.zipCode', ['%country%' => $country], 'address'),
1616
])
1717

18-
.. versionadded:: 5.2
19-
20-
The support for ``TranslatableMessage`` objects in ``label`` was
21-
introduced in Symfony 5.2.
22-
2318
The label can also be set in the template:
2419

2520
.. configuration-block::

0 commit comments

Comments
 (0)