We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac23651 commit c6f1f37Copy full SHA for c6f1f37
src/Symfony/Component/Validator/Constraints/Email.php
@@ -31,7 +31,7 @@ class Email extends Constraint
31
public const INVALID_FORMAT_ERROR = 'bd79c0ab-ddba-46cc-a703-a7a4b08de310';
32
33
protected static $errorNames = [
34
- self::INVALID_FORMAT_ERROR => 'STRICT_CHECK_FAILED_ERROR',
+ self::INVALID_FORMAT_ERROR => 'INVALID_FORMAT_ERROR',
35
];
36
37
/**
0 commit comments