@@ -13,7 +13,6 @@ |
||
13 | 13 | use eZ\Publish\API\Repository\Repository; |
14 | 14 | use eZ\Publish\API\Repository\UserService; |
15 | 15 | use eZ\Publish\API\Repository\SearchService; |
16 | -use eZ\Publish\API\Repository\Values\ValueObject; |
|
17 | 16 | use eZ\Publish\API\Repository\Exceptions as ApiExceptions; |
18 | 17 | use eZ\Publish\API\Repository\Values\Content\Query; |
19 | 18 | use eZ\Publish\API\Repository\Values\Content\Query\Criterion; |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use eZ\Publish\Core\Search\Legacy\Content\FullTextData; |
15 | 15 | use eZ\Publish\SPI\Persistence\Content; |
16 | 16 | use eZ\Publish\SPI\Persistence\Content\Type\Handler as SPITypeHandler; |
17 | -use eZ\Publish\SPI\Search\Field; |
|
18 | 17 | |
19 | 18 | /** |
20 | 19 | * WordIndexer gateway implementation using the Doctrine database. |
@@ -8,11 +8,10 @@ |
||
8 | 8 | */ |
9 | 9 | namespace eZ\Publish\API\Repository\Tests; |
10 | 10 | |
11 | -use eZ\Publish\API\Repository\Tests\SetupFactory\LegacyElasticsearch as LegacyElasticsearchSetupFactory; |
|
11 | +use eZ\Publish\API\Repository\Tests\SetupFactory\LegacyElasticsearch; |
|
12 | 12 | use eZ\Publish\API\Repository\Values\Content\ContentInfo; |
13 | 13 | use eZ\Publish\API\Repository\Exceptions\NotFoundException; |
14 | 14 | use eZ\Publish\API\Repository\SearchService; |
15 | -use eZ\Publish\API\Repository\Tests\SetupFactory\LegacyElasticsearch; |
|
16 | 15 | use eZ\Publish\API\Repository\Values\Content\LocationQuery; |
17 | 16 | use eZ\Publish\API\Repository\Values\Content\Query; |
18 | 17 | use eZ\Publish\API\Repository\Values\Content\Query\Criterion; |
@@ -9,7 +9,6 @@ |
||
9 | 9 | namespace eZ\Publish\Core\MVC\Symfony\Cache\Http\SignalSlot; |
10 | 10 | |
11 | 11 | use eZ\Publish\Core\SignalSlot\Signal; |
12 | -use eZ\Publish\Core\SignalSlot\Slot; |
|
13 | 12 | |
14 | 13 | /** |
15 | 14 | * An abstract slot for clearing all http caches. |
@@ -16,8 +16,6 @@ |
||
16 | 16 | use eZ\Publish\SPI\FieldType\Value as SPIValue; |
17 | 17 | use eZ\Publish\Core\FieldType\Value as BaseValue; |
18 | 18 | use Symfony\Component\PropertyAccess\PropertyAccess; |
19 | -use Symfony\Component\PropertyAccess\PropertyPath; |
|
20 | -use Symfony\Component\Validator\Constraints; |
|
21 | 19 | use Symfony\Component\Validator\Mapping\ClassMetadata; |
22 | 20 | use Symfony\Component\Validator\Mapping\Factory\MetadataFactoryInterface; |
23 | 21 |