Skip to content

Commit 76bf8e2

Browse files
committed
Trailing comma is a no-go in PHP8 :)
1 parent 2a026cd commit 76bf8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Fixtures/Controller/ArgumentResolverController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function singleFileWithPath(
7777
public function validatedFile(
7878
#[UploadedFile(
7979
constraints: [new PendingFileConstraint(mimeTypes: ['application/pdf'])],
80-
errorStatus: 500,
80+
errorStatus: 500
8181
)]
8282
File $file
8383
): Response {

0 commit comments

Comments
 (0)