Skip to content

Commit

Permalink
Fixed issue reported by Deptrac
Browse files Browse the repository at this point in the history
  • Loading branch information
mikadamczyk committed Sep 26, 2024
1 parent 1fc0d0a commit db8e103
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/bundle/Resources/config/services/persistence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ services:
autoconfigure: true
public: false

Ibexa\CoreSearch\Repository\CriterionMapper:
Ibexa\Contracts\CoreSearch\Values\Query\CriterionMapper:
arguments:
$mappers: !tagged_iterator ibexa.core_search.criterion_mapper
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
declare(strict_types=1);

namespace Ibexa\CoreSearch\Repository;
namespace Ibexa\Contracts\CoreSearch\Values\Query;

use Doctrine\Common\Collections\Expr\Expression;
use Ibexa\Contracts\CoreSearch\Values\Query\Criterion\CriterionInterface;
Expand Down
1 change: 0 additions & 1 deletion src/contracts/Values/Query/CriterionMapperInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

use Doctrine\Common\Collections\Expr\Expression;
use Ibexa\Contracts\CoreSearch\Values\Query\Criterion\CriterionInterface;
use Ibexa\CoreSearch\Repository\CriterionMapper;

/**
* @template C of \Ibexa\Contracts\CoreSearch\Values\Query\Criterion\CriterionInterface
Expand Down

0 comments on commit db8e103

Please sign in to comment.