Skip to content

Commit

Permalink
Update src/bundle/Core/Converter/LocationArgumentResolver.php
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Longosz <[email protected]>
  • Loading branch information
ciastektk and alongosz authored Sep 4, 2023
1 parent 89e99dd commit 9c53b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle/Core/Converter/LocationArgumentResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function supports(Request $request, ArgumentMetadata $argument): bool
* @return iterable<\Ibexa\Contracts\Core\Repository\Values\Content\Location>
*
* @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException
* @throws \Ibexa\Contracts\Core\Exception\InvalidArgumentException
* @throws \Ibexa\Contracts\Core\Repository\Exceptions\InvalidArgumentException
* @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException
*/
public function resolve(Request $request, ArgumentMetadata $argument): iterable
Expand Down

0 comments on commit 9c53b7f

Please sign in to comment.