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 71d246d commit 91b7f3fCopy full SHA for 91b7f3f
Constraints/Image.php
@@ -43,6 +43,7 @@ class Image extends File
43
self::EMPTY_ERROR => 'EMPTY_ERROR',
44
self::TOO_LARGE_ERROR => 'TOO_LARGE_ERROR',
45
self::INVALID_MIME_TYPE_ERROR => 'INVALID_MIME_TYPE_ERROR',
46
+ self::FILENAME_TOO_LONG => 'FILENAME_TOO_LONG',
47
self::SIZE_NOT_DETECTED_ERROR => 'SIZE_NOT_DETECTED_ERROR',
48
self::TOO_WIDE_ERROR => 'TOO_WIDE_ERROR',
49
self::TOO_NARROW_ERROR => 'TOO_NARROW_ERROR',
0 commit comments