Completed
Push — EZP-30461-remove-nameable ( f1e63b )
by
unknown
29:11 queued 08:07
created
eZ/Publish/Core/MVC/Symfony/SiteAccess/Tests/RouterURIElementTest.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\URIElement;
12
+use eZ\Publish\Core\MVC\Symfony\SiteAccess\Matcher\URIElement as URIElementMatcher;
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\URIElement as URIElementMatcher;
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.
eZ/Publish/Core/Repository/Tests/Service/Mock/ContentTest.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@  discard block
 block discarded – undo
14 14
 use eZ\Publish\API\Repository\ContentTypeService as APIContentTypeService;
15 15
 use eZ\Publish\API\Repository\LocationService as APILocationService;
16 16
 use eZ\Publish\API\Repository\Exceptions\NotFoundException as APINotFoundException;
17
-use eZ\Publish\API\Repository\Values\Content\ContentInfo as APIContentInfo;
17
+use eZ\Publish\API\Repository\Values\Content\ContentInfo;
18 18
 use eZ\Publish\API\Repository\Values\ContentType\ContentType as APIContentType;
19 19
 use eZ\Publish\API\Repository\Values\Content\Location as APILocation;
20 20
 use eZ\Publish\API\Repository\Values\ContentType\FieldDefinition as APIFieldDefinition;
@@ -33,7 +33,6 @@  discard block
 block discarded – undo
33 33
 use eZ\Publish\Core\Repository\Helper\NameSchemaService;
34 34
 use eZ\Publish\API\Repository\Values\Content\Field;
35 35
 use eZ\Publish\Core\FieldType\Value;
36
-use eZ\Publish\API\Repository\Values\Content\ContentInfo;
37 36
 use eZ\Publish\API\Repository\Values\Content\VersionInfo as APIVersionInfo;
38 37
 use eZ\Publish\Core\Repository\Values\ContentType\ContentType;
39 38
 use eZ\Publish\Core\Repository\Values\ContentType\FieldDefinition;
Please login to merge, or discard this patch.
Bundle/EzPublishCoreBundle/Tests/Imagine/PlaceholderAliasGeneratorTest.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\API\Repository\Values\Content\VersionInfo as APIVersionInfo;
16 16
 use eZ\Publish\Core\FieldType\Image\Value as ImageValue;
17 17
 use eZ\Publish\Core\FieldType\Null\Value as NullValue;
18
-use eZ\Publish\Core\FieldType\Value as FieldTypeValue;
19 18
 use eZ\Publish\Core\FieldType\Value;
20 19
 use eZ\Publish\Core\IO\IOServiceInterface;
21 20
 use eZ\Publish\Core\IO\Values\BinaryFileCreateStruct;
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/TrashServiceAuthorizationTest.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\API\Repository\Tests;
10 10
 
11 11
 use eZ\Publish\API\Repository\Exceptions\UnauthorizedException;
12
-use eZ\Publish\API\Repository\Values\Content\Location;
13 12
 use eZ\Publish\API\Repository\Values\User\Limitation\ObjectStateLimitation;
14 13
 use eZ\Publish\Core\Repository\Repository;
15 14
 use eZ\Publish\Core\Repository\TrashService;
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/Tests/Service/Mock/DomainMapperTest.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,11 +15,10 @@
 block discarded – undo
15 15
 use eZ\Publish\Core\Repository\Tests\Service\Mock\Base as BaseServiceMockTest;
16 16
 use eZ\Publish\Core\Repository\Helper\DomainMapper;
17 17
 use eZ\Publish\Core\Repository\Values\Content\Content;
18
-use eZ\Publish\SPI\Persistence\Content\ContentInfo;
18
+use eZ\Publish\SPI\Persistence\Content\ContentInfo as SPIContentInfo;
19 19
 use eZ\Publish\SPI\Persistence\Content\Location;
20 20
 use eZ\Publish\API\Repository\Values\Content\Location as APILocation;
21 21
 use eZ\Publish\SPI\Persistence\Content\VersionInfo as SPIVersionInfo;
22
-use eZ\Publish\SPI\Persistence\Content\ContentInfo as SPIContentInfo;
23 22
 
24 23
 /**
25 24
  * Mock test case for internal DomainMapper.
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/SetupFactory/Legacy.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 Doctrine\DBAL\Platforms\AbstractPlatform;
15 15
 use Doctrine\DBAL\Schema\Schema;
16 16
 use eZ\Publish\Core\Base\ServiceContainer;
17
-use EzSystems\DoctrineSchema\API\Exception\InvalidConfigurationException;
18 17
 use EzSystems\DoctrineSchema\Importer\SchemaImporter;
19 18
 use Symfony\Component\DependencyInjection\ContainerBuilder;
20 19
 use eZ\Publish\API\Repository\Tests\SetupFactory;
Please login to merge, or discard this patch.
eZ/Publish/Core/Persistence/Legacy/Content/Handler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 use Exception;
12 12
 use eZ\Publish\Core\Persistence\Legacy\Content\Location\Gateway as LocationGateway;
13
-use eZ\Publish\SPI\Persistence\Content\Field;
14 13
 use eZ\Publish\SPI\Persistence\Content\Handler as BaseContentHandler;
15 14
 use eZ\Publish\SPI\Persistence\Content\Type\Handler as ContentTypeHandler;
16 15
 use eZ\Publish\Core\Persistence\Legacy\Content\UrlAlias\SlugConverter;
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/ContentService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 use eZ\Publish\API\Repository\Repository as RepositoryInterface;
13 13
 use eZ\Publish\Core\Repository\Values\Content\Location;
14 14
 use eZ\Publish\API\Repository\Values\Content\Language;
15
-use eZ\Publish\SPI\Persistence\Content\Type;
16 15
 use eZ\Publish\SPI\Persistence\Handler;
17 16
 use eZ\Publish\API\Repository\Values\Content\ContentUpdateStruct as APIContentUpdateStruct;
18 17
 use eZ\Publish\API\Repository\Values\ContentType\ContentType;
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/EmailAddress/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\API\Repository\Values\ContentType\FieldDefinition;
14 14
 use eZ\Publish\Core\Base\Exceptions\InvalidArgumentType;
15 15
 use eZ\Publish\Core\FieldType\Validator\EmailAddressValidator;
16
-use eZ\Publish\Core\Persistence\TransformationProcessor;
17 16
 use eZ\Publish\SPI\FieldType\Value as SPIValue;
18 17
 use eZ\Publish\Core\FieldType\Value as BaseValue;
19 18
 
Please login to merge, or discard this patch.