From f46707ec1b6fdc600140a3a45f292c28f4d10bf1 Mon Sep 17 00:00:00 2001 From: lukmzig Date: Wed, 18 Dec 2024 10:00:56 +0000 Subject: [PATCH] Apply php-cs-fixer changes --- src/Asset/Service/AssetService.php | 2 +- src/DataIndex/Grid/GridSearch.php | 2 +- src/DataObject/Service/DataObjectService.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Asset/Service/AssetService.php b/src/Asset/Service/AssetService.php index 5ef57118..e729a0be 100644 --- a/src/Asset/Service/AssetService.php +++ b/src/Asset/Service/AssetService.php @@ -30,9 +30,9 @@ use Pimcore\Bundle\StudioBackendBundle\Asset\Schema\Type\Unknown; use Pimcore\Bundle\StudioBackendBundle\Asset\Schema\Type\Video; use Pimcore\Bundle\StudioBackendBundle\DataIndex\AssetSearchServiceInterface; -use Pimcore\Bundle\StudioBackendBundle\DataIndex\SearchIndexFilterInterface; use Pimcore\Bundle\StudioBackendBundle\DataIndex\Query\AssetQueryInterface; use Pimcore\Bundle\StudioBackendBundle\DataIndex\Request\ElementParameters; +use Pimcore\Bundle\StudioBackendBundle\DataIndex\SearchIndexFilterInterface; use Pimcore\Bundle\StudioBackendBundle\Exception\Api\AccessDeniedException; use Pimcore\Bundle\StudioBackendBundle\Exception\Api\DatabaseException; use Pimcore\Bundle\StudioBackendBundle\Exception\Api\ForbiddenException; diff --git a/src/DataIndex/Grid/GridSearch.php b/src/DataIndex/Grid/GridSearch.php index a2e2faf5..ef6019de 100644 --- a/src/DataIndex/Grid/GridSearch.php +++ b/src/DataIndex/Grid/GridSearch.php @@ -21,9 +21,9 @@ use Pimcore\Bundle\StudioBackendBundle\DataIndex\AssetSearchServiceInterface; use Pimcore\Bundle\StudioBackendBundle\DataIndex\DataObjectSearchResult; use Pimcore\Bundle\StudioBackendBundle\DataIndex\DataObjectSearchServiceInterface; -use Pimcore\Bundle\StudioBackendBundle\DataIndex\SearchIndexFilterInterface; use Pimcore\Bundle\StudioBackendBundle\DataIndex\Query\AssetQueryInterface; use Pimcore\Bundle\StudioBackendBundle\DataIndex\Query\DataObjectQueryInterface; +use Pimcore\Bundle\StudioBackendBundle\DataIndex\SearchIndexFilterInterface; use Pimcore\Bundle\StudioBackendBundle\DataObject\Schema\Type\DataObjectFolder; use Pimcore\Bundle\StudioBackendBundle\Exception\Api\InvalidArgumentException; use Pimcore\Bundle\StudioBackendBundle\Exception\Api\InvalidElementTypeException; diff --git a/src/DataObject/Service/DataObjectService.php b/src/DataObject/Service/DataObjectService.php index 472fa4b5..0f6cd249 100644 --- a/src/DataObject/Service/DataObjectService.php +++ b/src/DataObject/Service/DataObjectService.php @@ -21,10 +21,10 @@ use Pimcore\Bundle\StaticResolverBundle\Models\DataObject\DataObjectServiceResolverInterface; use Pimcore\Bundle\StaticResolverBundle\Models\Element\ServiceResolverInterface; use Pimcore\Bundle\StudioBackendBundle\DataIndex\DataObjectSearchServiceInterface; -use Pimcore\Bundle\StudioBackendBundle\DataIndex\SearchIndexFilterInterface; use Pimcore\Bundle\StudioBackendBundle\DataIndex\Query\DataObjectQuery; use Pimcore\Bundle\StudioBackendBundle\DataIndex\Query\QueryInterface; use Pimcore\Bundle\StudioBackendBundle\DataIndex\Request\DataObjectParameters; +use Pimcore\Bundle\StudioBackendBundle\DataIndex\SearchIndexFilterInterface; use Pimcore\Bundle\StudioBackendBundle\DataObject\Event\PreResponse\DataObjectEvent; use Pimcore\Bundle\StudioBackendBundle\DataObject\Schema\DataObject; use Pimcore\Bundle\StudioBackendBundle\DataObject\Schema\DataObjectAddParameters;