Skip to content

Commit cd33473

Browse files
committed
Tweaks for #1438
1 parent d9cec34 commit cd33473

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

reference/constraints/Email.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,17 @@ checkMX
8181

8282
**type**: ``Boolean`` **default**: ``false``
8383

84-
If true, then the `checkdnsrr`_ PHP function will be used to check the validity
85-
of the MX record of the host of the given email.
84+
If true, then the :phpfunction:`checkdnsrr` PHP function will be used to
85+
check the validity of the MX record of the host of the given email.
8686

8787
checkHost
8888
~~~~~~~~~
8989

90-
**type**: ``Boolean`` **default**: ``false``
90+
.. versionadded:: 2.1
91+
The ``checkHost`` option was added in Symfony 2.1
9192

92-
If true, then the `checkdnsrr`_ PHP function will be used to check the validity
93-
of the MX *or* the A *or* the AAAA record of the host of the given email.
93+
**type**: ``Boolean`` **default**: ``false``
9494

95-
.. _`checkdnsrr`: http://www.php.net/manual/en/function.checkdnsrr.php
95+
If true, then the :phpfunction:`checkdnsrr` PHP function will be used to
96+
check the validity of the MX *or* the A *or* the AAAA record of the host
97+
of the given email.

0 commit comments

Comments
 (0)