File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -135,8 +135,11 @@ This option defines the pattern used to validate the email address. Valid values
135
135
* ``strict `` uses the `egulias/email-validator `_ library (which you must
136
136
install separately) for validation according to `RFC 5322 `_.
137
137
138
- You can also use the class constants of :class: `Symfony\\ Component\\ Validator\\ Constraints\\ Email `,
139
- e.g. ``Email::VALIDATION_MODE_STRICT ``.
138
+ .. tip ::
139
+
140
+ The possible values of this option are also defined as PHP constants of
141
+ :class: `Symfony\\ Component\\ Validator\\ Constraints\\ Email `
142
+ (e.g. ``Email::VALIDATION_MODE_STRICT ``).
140
143
141
144
The default value used by this option is set in the
142
145
:ref: `framework.validation.email_validation_mode <reference-validation-email_validation_mode >`
You can’t perform that action at this time.
0 commit comments