Skip to content

Commit 2d54d59

Browse files
committed
add missing invalid extension error entry
1 parent 1cf92ed commit 2d54d59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Constraints/File.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class File extends Constraint
4141
self::EMPTY_ERROR => 'EMPTY_ERROR',
4242
self::TOO_LARGE_ERROR => 'TOO_LARGE_ERROR',
4343
self::INVALID_MIME_TYPE_ERROR => 'INVALID_MIME_TYPE_ERROR',
44+
self::INVALID_EXTENSION_ERROR => 'INVALID_EXTENSION_ERROR',
4445
self::FILENAME_TOO_LONG => 'FILENAME_TOO_LONG',
4546
];
4647

0 commit comments

Comments
 (0)