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 committed Oct 10, 2023
1 parent c4f5698 commit 2deba4c
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 2deba4c

Please sign in to comment.