Skip to content

Commit

Permalink
Remove doc types
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed Apr 10, 2024
1 parent 4a11f35 commit 74443e7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Service/DataObjectSearchResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@

namespace Pimcore\Bundle\StudioApiBundle\Service;

use Pimcore\Model\DataObject\Concrete;

final readonly class DataObjectSearchResult
{
/**
* @param array<int, Concrete> $items
* @param array $items
* @param int $currentPage
* @param int $pageSize
* @param int $totalItems
Expand All @@ -40,7 +38,7 @@ public function getTotalItems(): int
}

/**
* @return array<int, Concrete>
* @return array
*/
public function getItems(): array
{
Expand Down

0 comments on commit 74443e7

Please sign in to comment.