@@ -4,7 +4,6 @@ |
||
| 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; |
@@ -10,7 +10,6 @@ |
||
| 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 | /** |
@@ -6,7 +6,6 @@ |
||
| 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 | |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | * @param array $sort |
| 16 | 16 | * @param int $offset |
| 17 | 17 | * @param int $limit |
| 18 | - |
|
| 19 | 18 | * @return LocationCollection |
| 20 | 19 | */ |
| 21 | 20 | public function matchLocation(array $conditions, array $sort = array(), $offset = 0, $limit = 0) |
@@ -5,7 +5,6 @@ |
||
| 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 | |
@@ -12,7 +12,6 @@ |
||
| 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 | { |