Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mcop1 authored and github-actions[bot] committed Apr 12, 2024
1 parent 38e0b72 commit 5ce091a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -826,14 +826,11 @@ public function getIdsFromFilterNoLimit($classId, array $filters, $fullTextQuery
$search->setSearchAfter($searchAfter);
$params['body'] = $search->toArray();
$ids = array_unique(array_merge($this->extractIdsFromResult($results), $ids));

} while ($total !== count($ids));

return $ids;
}



public function getDoFilter($classId, array $filters, $fullTextQuery): Search
{
$classDefinition = \Pimcore\Model\DataObject\ClassDefinition::getById($classId);
Expand Down

0 comments on commit 5ce091a

Please sign in to comment.