Skip to content

Commit 05df74d

Browse files
committed
minor symfony#15468 Minor change at email_validation_mode (ThomasLandauer)
This PR was merged into the 4.4 branch. Discussion ---------- Minor change at email_validation_mode Info is taken from symfony/symfony#41855 (comment) Maybe you should create an include to use the same wording for here and https://symfony.com/doc/4.4/reference/constraints/Email.html#mode (But please merge symfony#15467 first) Commits ------- cde5af7 Minor change at email_validation_mode
2 parents e83866b + cde5af7 commit 05df74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2485,7 +2485,7 @@ email_validation_mode
24852485

24862486
**type**: ``string`` **default**: ``loose``
24872487

2488-
It controls the way email addresses are validated by the
2488+
Sets the default value for
24892489
:doc:`/reference/constraints/Email` validator. The possible values are:
24902490

24912491
* ``loose``, it uses a simple regular expression to validate the address (it

0 commit comments

Comments
 (0)