Skip to content

Commit c3695e4

Browse files
committed
Readd the versionadded directive
1 parent fe3a9ba commit c3695e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

reference/forms/types/enum.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
EnumType Field
55
==============
66

7+
.. versionadded:: 5.4
8+
9+
The ``EnumType`` form field was introduced in Symfony 5.4.
10+
711
A multi-purpose field used to allow the user to "choose" one or more options
812
defined in a `PHP enumeration`_. It extends the :doc:`ChoiceType </refernce/forms/types/enum>`
913
field and defines the same options.

0 commit comments

Comments
 (0)