Skip to content

Commit 17be89a

Browse files
committed
add missing comma
1 parent 477feee commit 17be89a

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Component/Validator/Constraints

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/Constraints/File.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function __construct(
118118
?string $uploadErrorMessage = null,
119119
?array $groups = null,
120120
mixed $payload = null,
121-
?string $filenameCharsetMessage = null
121+
?string $filenameCharsetMessage = null,
122122
array|string|null $extensions = null,
123123
?string $extensionsMessage = null,
124124
) {

0 commit comments

Comments
 (0)