8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06bd46d commit 7cb0c02Copy full SHA for 7cb0c02
src/Symfony/Component/Validator/CHANGELOG.md
@@ -4,6 +4,7 @@ CHANGELOG
4
6.2
5
---
6
7
+ * Add option `Email::VALIDATION_MODE_HTML5_ALLOW_NO_TLD` with "no-tld" e-mail validation mode, to match with the w3c official specification
8
* Add method `getCause()` to `ConstraintViolationInterface`
9
* Add the `When` constraint and validator
10
* Deprecate the "loose" e-mail validation mode, use "html5" instead
src/Symfony/Component/Validator/Constraints/Email.php
@@ -18,6 +18,7 @@
18
19
/**
20
* @Annotation
21
+ *
22
* @Target({"PROPERTY", "METHOD", "ANNOTATION"})
23
*
24
* @author Bernhard Schussek <bschussek@gmail.com>
0 commit comments