8000 code style + changelog.md · symfony/symfony@7cb0c02 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7cb0c02

Browse files
committed
code style + changelog.md
1 parent 06bd46d commit 7cb0c02

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Symfony/Component/Validator/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CHANGELOG
44
6.2
55
---
66

7+
* Add option `Email::VALIDATION_MODE_HTML5_ALLOW_NO_TLD` with "no-tld" e-mail validation mode, to match with the w3c official specification
78
* Add method `getCause()` to `ConstraintViolationInterface`
89
* Add the `When` constraint and validator
910
* Deprecate the "loose" e-mail validation mode, use "html5" instead

src/Symfony/Component/Validator/Constraints/Email.php

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
/**
2020
* @Annotation
21+
*
2122
* @Target({"PROPERTY", "METHOD", "ANNOTATION"})
2223
*
2324
* @author Bernhard Schussek <bschussek@gmail.com>

0 commit comments

Comments
 (0)
0