Completed
Push — master ( 03754d...fd0154 )
by Gaetano
20:00
created
Core/Executor/ContentManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use eZ\Publish\API\Repository\Values\ContentType\ContentType;
6 6
 use eZ\Publish\API\Repository\Values\ContentType\FieldDefinition;
7
-use eZ\Publish\API\Repository\Values\Content\Location;
8 7
 use eZ\Publish\API\Repository\Values\Content\Content;
9 8
 use eZ\Publish\API\Repository\Values\Content\ContentCreateStruct;
10 9
 use eZ\Publish\API\Repository\Values\Content\ContentUpdateStruct;
Please login to merge, or discard this patch.
Core/StorageHandler/Database/Migration.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use Kaliop\eZMigrationBundle\API\Collection\MigrationCollection;
11 11
 use Kaliop\eZMigrationBundle\API\Value\Migration as APIMigration;
12 12
 use Kaliop\eZMigrationBundle\API\Value\MigrationDefinition;
13
-
14 13
 use Kaliop\eZMigrationBundle\API\ConfigResolverInterface;
15 14
 
16 15
 /**
Please login to merge, or discard this patch.