File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff 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
104104message
105105~~~~~~~
@@ -124,3 +124,6 @@ checkHost
124124If true, then the :phpfunction: `checkdnsrr ` PHP function will be used to
125125check the validity of the MX *or * the A *or * the AAAA record of the host
126126of the given email.
127+
128+
129+ .. _EmailValidator : https://packagist.org/packages/egulias/email-validator
You can’t perform that action at this time.
0 commit comments