Skip to content

Commit 94d91c6

Browse files
committed
Mentioned the checkMX and checkHost deprecation
1 parent 46b6c9f commit 94d91c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

reference/constraints/Email.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ checkMX
134134

135135
**type**: ``boolean`` **default**: ``false``
136136

137+
.. versionadded:: 4.2
138+
This option was deprecated in Symfony 4.2.
139+
137140
If true, then the :phpfunction:`checkdnsrr` PHP function will be used to
138141
check the validity of the MX record of the host of the given email.
139142

@@ -147,6 +150,9 @@ checkHost
147150

148151
**type**: ``boolean`` **default**: ``false``
149152

153+
.. versionadded:: 4.2
154+
This option was deprecated in Symfony 4.2.
155+
150156
If true, then the :phpfunction:`checkdnsrr` PHP function will be used to
151157
check the validity of the MX *or* the A *or* the AAAA record of the host
152158
of the given email.

0 commit comments

Comments
 (0)