File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -90,16 +90,16 @@ Basic Usage
90
90
Options
91
91
-------
92
92
93
- strict
94
- ~~~~~~
95
93
.. versionadded :: 2.5
96
94
The ``strict `` option was introduced in Symfony 2.5.
97
95
96
+ strict
97
+ ~~~~~~
98
+
98
99
**type **: ``boolean `` **default **: ``false ``
99
100
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.
103
103
104
104
message
105
105
~~~~~~~
@@ -124,3 +124,6 @@ checkHost
124
124
If true, then the :phpfunction: `checkdnsrr ` PHP function will be used to
125
125
check the validity of the MX *or * the A *or * the AAAA record of the host
126
126
of 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