Skip to content

Commit

Permalink
after CR
Browse files Browse the repository at this point in the history
  • Loading branch information
tischsoic committed May 10, 2024
1 parent ebe0e61 commit f4b88a0
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
use Doctrine\DBAL\ParameterType;
use Doctrine\DBAL\Query\QueryBuilder;
use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion;
use Ibexa\Core\Persistence\Legacy\Content\Type\Gateway as ContentTypeGateway;
use Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriteriaConverter;
use Ibexa\Core\Search\Legacy\Content\Common\Gateway\CriterionHandler;

Expand All @@ -23,8 +24,6 @@ public function accept(Criterion $criterion): bool

/**
* @phpstan-param array{languages: string[]} $languageSettings
*
* @param array $languageSettings
*/
public function handle(
CriteriaConverter $converter,
Expand All @@ -41,7 +40,7 @@ public function handle(
->select(
'id'
)->from(
'ezcontentclass'
ContentTypeGateway::CONTENT_TYPE_TABLE
)->where(
$queryBuilder->expr()->eq(
'is_container',
Expand Down

0 comments on commit f4b88a0

Please sign in to comment.