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 477feee commit 17be89aCopy full SHA for 17be89a
src/Symfony/Component/Validator/Constraints/File.php
@@ -118,7 +118,7 @@ public function __construct(
118
?string $uploadErrorMessage = null,
119
?array $groups = null,
120
mixed $payload = null,
121
- ?string $filenameCharsetMessage = null
+ ?string $filenameCharsetMessage = null,
122
array|string|null $extensions = null,
123
?string $extensionsMessage = null,
124
) {
0 commit comments