Skip to content

Commit

Permalink
Cleanup double phpdocs (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibousfiha authored Apr 16, 2024
1 parent 2165cd3 commit eb0e823
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/Controller/Api/Assets/CollectionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
4 changes: 0 additions & 4 deletions src/Controller/Api/DataObjects/CollectionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ public function __construct(
content: new JsonContent(ref: DataObject::class)
)]
#[UnauthorizedResponse]

/**
* @throws InvalidQueryTypeException
*/
public function getDataObjects(#[MapQueryString] DataObjectParameters $parameters): JsonResponse
{

Expand Down

0 comments on commit eb0e823

Please sign in to comment.