Completed
Push — EZP-31460 ( 02a597...26eba7 )
by
unknown
19:41
created
eZ/Publish/Core/FieldType/BinaryFile/Type.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\Core\FieldType\BinaryBase\Type as BinaryBaseType;
14 14
 use eZ\Publish\SPI\Persistence\Content\FieldValue;
15 15
 use eZ\Publish\SPI\FieldType\Value as SPIValue;
16
-use eZ\Publish\Core\FieldType\Value as BaseValue;
17 16
 
18 17
 /**
19 18
  * The TextLine field type.
Please login to merge, or discard this patch.
eZ/Publish/Core/MVC/Symfony/Routing/Generator/RouteReferenceGenerator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use eZ\Publish\Core\MVC\Symfony\RequestStackAware;
16 16
 use eZ\Publish\Core\MVC\Symfony\Routing\RouteReference;
17 17
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
18
-use Symfony\Component\HttpFoundation\Request;
19 18
 
20 19
 class RouteReferenceGenerator implements RouteReferenceGeneratorInterface
21 20
 {
Please login to merge, or discard this patch.
Legacy/Tests/Content/_fixtures/extract_content_from_rows_result.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 use eZ\Publish\SPI\Persistence\Content\ContentInfo;
5 5
 use eZ\Publish\SPI\Persistence\Content\Field;
6 6
 use eZ\Publish\SPI\Persistence\Content\FieldValue;
7
-use eZ\Publish\SPI\Persistence\Content\Location;
8 7
 use eZ\Publish\SPI\Persistence\Content\VersionInfo;
9 8
 
10 9
 $content = new Content();
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Controller/Role.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
 namespace eZ\Publish\Core\REST\Server\Controller;
12 12
 
13 13
 use eZ\Publish\API\Repository\Exceptions\LimitationValidationException;
14
-use eZ\Publish\API\Repository\Exceptions\NotFoundException;
14
+use eZ\Publish\API\Repository\Exceptions\NotFoundException as APINotFoundException;
15 15
 use eZ\Publish\Core\Base\Exceptions\ForbiddenException;
16 16
 use eZ\Publish\Core\Base\Exceptions\InvalidArgumentException;
17 17
 use eZ\Publish\Core\Base\Exceptions\UnauthorizedException;
@@ -25,7 +25,6 @@  discard block
 block discarded – undo
25 25
 use eZ\Publish\API\Repository\LocationService;
26 26
 use eZ\Publish\API\Repository\Values\User\RoleCreateStruct;
27 27
 use eZ\Publish\API\Repository\Values\User\RoleUpdateStruct;
28
-use eZ\Publish\API\Repository\Exceptions\NotFoundException as APINotFoundException;
29 28
 use Symfony\Component\HttpFoundation\Request;
30 29
 
31 30
 /**
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/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.
eZ/Publish/Core/MVC/Symfony/SiteAccess/Tests/RouterURITextTest.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,10 +9,9 @@
 block discarded – undo
9 9
 namespace eZ\Publish\Core\MVC\Symfony\SiteAccess\Tests;
10 10
 
11 11
 use eZ\Publish\Core\MVC\Symfony\SiteAccess;
12
-use eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\URIText;
12
+use eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\URIText as URITextMatcher;
13 13
 use PHPUnit\Framework\TestCase;
14 14
 use eZ\Publish\Core\MVC\Symfony\SiteAccess\Router;
15
-use eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\URIText as URITextMatcher;
16 15
 use eZ\Publish\Core\MVC\Symfony\Routing\SimplifiedRequest;
17 16
 use eZ\Publish\Core\MVC\Symfony\SiteAccess\MatcherBuilder;
18 17
 use Psr\Log\LoggerInterface;
Please login to merge, or discard this patch.