Completed
Push — master ( f932c1...98fbad )
by Gaetano
09:59
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.
Command/TestBenchCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Kaliop\eZMigrationBundle\Core\MigrationService;
7 7
 use Symfony\Component\Console\Input\InputInterface;
8 8
 use Symfony\Component\Console\Output\OutputInterface;
9
-use Symfony\Component\Console\Input\InputOption;
10 9
 use Kaliop\eZMigrationBundle\API\Value\Migration;
11 10
 use Kaliop\eZMigrationBundle\API\Value\MigrationDefinition;
12 11
 
Please login to merge, or discard this patch.
Core/Matcher/ContentVersionMatcher.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use eZ\Publish\API\Repository\Repository;
6 6
 use eZ\Publish\API\Repository\Values\Content\Content;
7 7
 use \eZ\Publish\API\Repository\Values\Content\VersionInfo;
8
-use eZ\Publish\Core\Base\Exceptions\NotFoundException;
9 8
 use Kaliop\eZMigrationBundle\API\MatcherInterface;
10 9
 use Kaliop\eZMigrationBundle\API\Collection\VersionInfoCollection;
11 10
 
Please login to merge, or discard this patch.
Command/MassMigrateCommand.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 Symfony\Component\Process\ProcessBuilder;
13 13
 use Symfony\Component\Process\PhpExecutableFinder;
14 14
 use Kaliop\eZMigrationBundle\Core\Helper\ProcessManager;
15
-use Symfony\Component\Console\Question\ConfirmationQuestion;
16 15
 
17 16
 class MassMigrateCommand extends MigrateCommand
18 17
 {
Please login to merge, or discard this patch.