Skip to content

Commit

Permalink
code style again
Browse files Browse the repository at this point in the history
  • Loading branch information
Lustmored committed Apr 3, 2023
1 parent 0dcf1a5 commit 1874fb5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public function __construct(private ServiceProviderInterface $locator)
}

/**
* @return iterable<File|array|null>
*/
* @return iterable<File|array|null>
*/
public function resolve(Request $request, ArgumentMetadata $argument): iterable
{
$attribute = PendingUploadedFile::forArgument($argument);
Expand Down

0 comments on commit 1874fb5

Please sign in to comment.