Completed
Push — 6.11 ( d970fe...250083 )
by André
44:14 queued 33:08
created
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.
eZ/Publish/API/Repository/Tests/Common/FacetedSearchProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
  */
9 9
 namespace eZ\Publish\API\Repository\Tests\Common;
10 10
 
11
-use eZ\Publish\API\Repository\Values\Content\Query;
12 11
 use eZ\Publish\API\Repository\Values\Content\Query\Criterion;
13 12
 use eZ\Publish\API\Repository\Values\Content\Query\SortClause;
14 13
 use eZ\Publish\API\Repository\Values\Content\Query\FacetBuilder;
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishCoreBundle/Features/Context/ContentPreviewContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Behat\Behat\Context\Context;
8 8
 use Behat\Behat\Context\SnippetAcceptingContext;
9 9
 use Behat\Behat\Hook\Scope\BeforeScenarioScope;
10
-use eZ\Publish\API\Repository\Values\Content\Content;
11 10
 use eZ\Publish\API\Repository\Values\Content\VersionInfo;
12 11
 use EzSystems\BehatBundle\Context\Browser\Context as BrowserContext;
13 12
 use EzSystems\PlatformBehatBundle\Context\SubContext\DeprecationNoticeSupressor;
Please login to merge, or discard this patch.