Skip to content

Commit 1874fb5

Browse files
committed
code style again
1 parent 0dcf1a5 commit 1874fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Filesystem/Symfony/HttpKernel/PendingFileValueResolverTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public function __construct(private ServiceProviderInterface $locator)
3939
}
4040

4141
/**
42-
* @return iterable<File|array|null>
43-
*/
42+
* @return iterable<File|array|null>
43+
*/
4444
public function resolve(Request $request, ArgumentMetadata $argument): iterable
4545
{
4646
$attribute = PendingUploadedFile::forArgument($argument);

0 commit comments

Comments
 (0)