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 e161c87 + 2d54d59 commit 6f1d53bCopy full SHA for 6f1d53b
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