Skip to content

Commit 517e4c5

Browse files
committed
Link moved and heading updated
1 parent f0b3b85 commit 517e4c5

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

reference/constraints/Email.rst

+8-5
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,16 @@ Basic Usage
9090
Options
9191
-------
9292

93-
strict
94-
~~~~~~
9593
.. versionadded:: 2.5
9694
The ``strict`` option was introduced in Symfony 2.5.
9795

96+
strict
97+
~~~~~~
98+
9899
**type**: ``boolean`` **default**: ``false``
99100

100-
When false, the email will be validated against a simple RegularExpression.
101-
If true, then the `EmailValidator <https://packagist.org/packages/egulias/email-validator>`_ library
102-
is required to perform an RFC compilant validation.
101+
When false, the email will be validated against a simple Regular Expression.
102+
If true, then the `egulias/email-validator`_ library is required to perform an RFC compilant validation.
103103

104104
message
105105
~~~~~~~
@@ -124,3 +124,6 @@ checkHost
124124
If true, then the :phpfunction:`checkdnsrr` PHP function will be used to
125125
check the validity of the MX *or* the A *or* the AAAA record of the host
126126
of the given email.
127+
128+
129+
.. _EmailValidator: https://packagist.org/packages/egulias/email-validator

0 commit comments

Comments
 (0)