From eb0e8234941b6dc778a5fca704852811397b1a45 Mon Sep 17 00:00:00 2001 From: Issam Bousfiha <67441578+ibousfiha@users.noreply.github.com> Date: Tue, 16 Apr 2024 15:29:26 +0200 Subject: [PATCH] Cleanup double phpdocs (#25) --- src/Controller/Api/Assets/CollectionController.php | 4 ---- src/Controller/Api/DataObjects/CollectionController.php | 4 ---- 2 files changed, 8 deletions(-) diff --git a/src/Controller/Api/Assets/CollectionController.php b/src/Controller/Api/Assets/CollectionController.php index def4ae18a..bb414648a 100644 --- a/src/Controller/Api/Assets/CollectionController.php +++ b/src/Controller/Api/Assets/CollectionController.php @@ -79,10 +79,6 @@ public function __construct( content: new JsonContent(ref: Asset::class) )] #[UnauthorizedResponse] - - /** - * @throws InvalidQueryTypeException - */ public function getAssets(#[MapQueryString] Parameters $parameters): JsonResponse { /** @var AssetQuery $assetQuery */ diff --git a/src/Controller/Api/DataObjects/CollectionController.php b/src/Controller/Api/DataObjects/CollectionController.php index bed874e6f..1b00ec501 100644 --- a/src/Controller/Api/DataObjects/CollectionController.php +++ b/src/Controller/Api/DataObjects/CollectionController.php @@ -81,10 +81,6 @@ public function __construct( content: new JsonContent(ref: DataObject::class) )] #[UnauthorizedResponse] - - /** - * @throws InvalidQueryTypeException - */ public function getDataObjects(#[MapQueryString] DataObjectParameters $parameters): JsonResponse {