Completed
Push — 7.5 ( 06fb92...5d0d02 )
by Łukasz
18:43
created
eZ/Publish/Core/Persistence/Legacy/Content/Gateway/ExceptionConversion.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use eZ\Publish\SPI\Persistence\Content\VersionInfo;
19 19
 use eZ\Publish\SPI\Persistence\Content\Field;
20 20
 use eZ\Publish\SPI\Persistence\Content\Relation\CreateStruct as RelationCreateStruct;
21
-use Doctrine\DBAL\DBALException;
22 21
 use PDOException;
23 22
 
24 23
 /**
Please login to merge, or discard this patch.
Core/Persistence/Legacy/Content/Location/Gateway/ExceptionConversion.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\Core\Persistence\Legacy\Content\Location\Gateway;
13 13
 use eZ\Publish\SPI\Persistence\Content\Location\UpdateStruct;
14 14
 use eZ\Publish\SPI\Persistence\Content\Location\CreateStruct;
15
-use Doctrine\DBAL\DBALException;
16 15
 use PDOException;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.
Core/Search/Legacy/Content/Common/Gateway/CriterionHandler/FieldEmpty.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use eZ\Publish\Core\Persistence\Database\SelectQuery;
18 18
 use eZ\Publish\SPI\Persistence\Content\Type\Handler as ContentTypeHandler;
19 19
 use eZ\Publish\SPI\Persistence\Content\Language\Handler as LanguageHandler;
20
-use eZ\Publish\Core\Persistence\Database\Expression;
21 20
 
22 21
 /**
23 22
  * Field criterion handler.
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/LocationService.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,11 +10,10 @@
 block discarded – undo
10 10
 
11 11
 use eZ\Publish\API\Repository\PermissionCriterionResolver;
12 12
 use eZ\Publish\API\Repository\Values\Content\Language;
13
-use eZ\Publish\API\Repository\Values\Content\Location;
13
+use eZ\Publish\API\Repository\Values\Content\Location as APILocation;
14 14
 use eZ\Publish\API\Repository\Values\Content\LocationUpdateStruct;
15 15
 use eZ\Publish\API\Repository\Values\Content\LocationCreateStruct;
16 16
 use eZ\Publish\API\Repository\Values\Content\ContentInfo;
17
-use eZ\Publish\API\Repository\Values\Content\Location as APILocation;
18 17
 use eZ\Publish\API\Repository\Values\Content\LocationList;
19 18
 use eZ\Publish\API\Repository\Values\Content\VersionInfo;
20 19
 use eZ\Publish\SPI\Persistence\Content\Location as SPILocation;
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/ContentTypeService.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@  discard block
 block discarded – undo
10 10
 
11 11
 use eZ\Publish\API\Repository\ContentTypeService as ContentTypeServiceInterface;
12 12
 use eZ\Publish\API\Repository\Repository as RepositoryInterface;
13
-use eZ\Publish\API\Repository\Values\ContentType\ContentType;
13
+use eZ\Publish\API\Repository\Values\ContentType\ContentType as APIContentType;
14 14
 use eZ\Publish\SPI\Persistence\Content\Type\Handler;
15 15
 use eZ\Publish\API\Repository\Exceptions\NotFoundException as APINotFoundException;
16 16
 use eZ\Publish\API\Repository\Exceptions\BadStateException as APIBadStateException;
@@ -19,7 +19,6 @@  discard block
 block discarded – undo
19 19
 use eZ\Publish\API\Repository\Values\ContentType\FieldDefinitionUpdateStruct;
20 20
 use eZ\Publish\API\Repository\Values\ContentType\FieldDefinition as APIFieldDefinition;
21 21
 use eZ\Publish\API\Repository\Values\ContentType\FieldDefinitionCreateStruct;
22
-use eZ\Publish\API\Repository\Values\ContentType\ContentType as APIContentType;
23 22
 use eZ\Publish\API\Repository\Values\ContentType\ContentTypeDraft as APIContentTypeDraft;
24 23
 use eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup as APIContentTypeGroup;
25 24
 use eZ\Publish\API\Repository\Values\ContentType\ContentTypeUpdateStruct;
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Output/ValueObjectVisitor/RestExecutedView.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
  */
7 7
 namespace eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor;
8 8
 
9
-use eZ\Publish\API\Repository\Exceptions\NotFoundException;
10 9
 use eZ\Publish\API\Repository\Exceptions\UnauthorizedException;
11 10
 use eZ\Publish\API\Repository\Values\Content as ApiValues;
12 11
 use eZ\Publish\Core\REST\Common\Exceptions;
Please login to merge, or discard this patch.