diff --git a/src/bundle/Core/Converter/LocationArgumentResolver.php b/src/bundle/Core/Converter/LocationArgumentResolver.php index b65dfd0d9e..c1905c6d80 100644 --- a/src/bundle/Core/Converter/LocationArgumentResolver.php +++ b/src/bundle/Core/Converter/LocationArgumentResolver.php @@ -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