Skip to content

Commit 7e3697f

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [Filesystem] Fix str_contains deprecation [Security] Correctly initialize the voter property [ErrorHandler] Skip failing tests when "xdebug.file_link_format" option is defined [FrameworkBundle] Fix typo Update `changed-translation-files` step with native git diff command [DependencyInjection] fix XmlDumper when a tag contains also a 'name' property [Lock] Check the correct SQLSTATE error code for MySQL [ErrorHandler] Fix `ErrorHandlerTest::tearDown()` visibility [Lock] compatiblity with redis cluster 7 fix: typo [Messenger] trigger retry logic when message is a redelivery [PropertyAccess] Fix checking for missing properties add missing invalid extension error entry
2 parents b51eef1 + 6f1d53b commit 7e3697f

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
@@ -38,6 +38,7 @@ class File extends Constraint
3838
self::EMPTY_ERROR => 'EMPTY_ERROR',
3939
self::TOO_LARGE_ERROR => 'TOO_LARGE_ERROR',
4040
self::INVALID_MIME_TYPE_ERROR => 'INVALID_MIME_TYPE_ERROR',
41+
self::INVALID_EXTENSION_ERROR => 'INVALID_EXTENSION_ERROR',
4142
self::FILENAME_TOO_LONG => 'FILENAME_TOO_LONG',
4243
];
4344

0 commit comments

Comments
 (0)