Skip to content

Commit 3be021b

Browse files
committed
Remove a duplicated line
1 parent 02710e3 commit 3be021b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

reference/constraints/Email.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cast to a string before being validated.
99
+----------------+---------------------------------------------------------------------+
1010
| Options | - `message`_ |
1111
| | - `checkMX`_ |
12-
| | - `checkHost`_ |
12+
| | - `checkHost`_ |
1313
+----------------+---------------------------------------------------------------------+
1414
| Class | :class:`Symfony\\Component\\Validator\\Constraints\\Email` |
1515
+----------------+---------------------------------------------------------------------+
@@ -84,8 +84,6 @@ checkMX
8484
If true, then the `checkdnsrr`_ PHP function will be used to check the validity
8585
of the MX record of the host of the given email.
8686

87-
.. _`checkdnsrr`: http://www.php.net/manual/en/function.checkdnsrr.php
88-
8987
checkHost
9088
~~~~~~~~~
9189

0 commit comments

Comments
 (0)