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 f834fb5 commit be0bc27Copy full SHA for be0bc27
src/Symfony/Component/Validator/Constraints/Email.php
@@ -32,7 +32,7 @@ class Email extends Constraint
32
public const INVALID_FORMAT_ERROR = 'bd79c0ab-ddba-46cc-a703-a7a4b08de310';
33
34
protected static $errorNames = [
35
- self::INVALID_FORMAT_ERROR => 'STRICT_CHECK_FAILED_ERROR',
+ self::INVALID_FORMAT_ERROR => 'INVALID_FORMAT_ERROR',
36
];
37
38
/**
0 commit comments