Completed
Push — index-time-boost ( 41c76a )
by Petar
18:23
created
eZ/Bundle/EzPublishCoreBundle/Features/Context/UserContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
Publish/Core/Search/Legacy/Content/WordIndexer/Gateway/DoctrineDatabase.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/SearchEngineIndexingTest.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,11 +8,10 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
eZ/Publish/Core/MVC/Symfony/Cache/Http/SignalSlot/PurgeAllHttpCacheSlot.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.