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.
2 parents dc4f3fb + 999f713 commit e17b65cCopy full SHA for e17b65c
src/Symfony/Component/Validator/Constraints/File.php
@@ -41,6 +41,7 @@ class File extends Constraint
41
self::EMPTY_ERROR => 'EMPTY_ERROR',
42
self::TOO_LARGE_ERROR => 'TOO_LARGE_ERROR',
43
self::INVALID_MIME_TYPE_ERROR => 'INVALID_MIME_TYPE_ERROR',
44
+ self::INVALID_EXTENSION_ERROR => 'INVALID_EXTENSION_ERROR',
45
self::FILENAME_TOO_LONG => 'FILENAME_TOO_LONG',
46
];
47
0 commit comments