Skip to content

Commit

Permalink
add missing invalid extension error entry
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Mar 7, 2024
1 parent 1cf92ed commit 2d54d59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Constraints/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class File extends Constraint
self::EMPTY_ERROR => 'EMPTY_ERROR',
self::TOO_LARGE_ERROR => 'TOO_LARGE_ERROR',
self::INVALID_MIME_TYPE_ERROR => 'INVALID_MIME_TYPE_ERROR',
self::INVALID_EXTENSION_ERROR => 'INVALID_EXTENSION_ERROR',
self::FILENAME_TOO_LONG => 'FILENAME_TOO_LONG',
];

Expand Down

0 comments on commit 2d54d59

Please sign in to comment.