Completed
Branch master (e85608)
by Ramūnas
12:11
created
Command/LoadDataFixturesCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,9 +7,7 @@
 block discarded – undo
7 7
 use Symfony\Component\Console\Input\InputOption;
8 8
 use Symfony\Component\Console\Output\OutputInterface;
9 9
 use Symfony\Component\HttpKernel\Bundle\BundleInterface;
10
-
11 10
 use Doctrine\Common\DataFixtures\Executor\ORMExecutor;
12
-
13 11
 use RDV\Bundle\MigrationBundle\Migration\Loader\DataFixturesLoader;
14 12
 
15 13
 class LoadDataFixturesCommand extends ContainerAwareCommand
Please login to merge, or discard this patch.
Event/MigrationEvent.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 namespace RDV\Bundle\MigrationBundle\Event;
4 4
 
5 5
 use Doctrine\DBAL\Connection;
6
-
7 6
 use Doctrine\DBAL\DBALException;
8 7
 use Symfony\Component\EventDispatcher\Event;
9
-
10 8
 use RDV\Bundle\MigrationBundle\Migration\Migration;
11 9
 
12 10
 class MigrationEvent extends Event
Please login to merge, or discard this patch.
Migration/Loader/DataFixturesLoader.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 namespace RDV\Bundle\MigrationBundle\Migration\Loader;
4 4
 
5 5
 use Doctrine\ORM\EntityManager;
6
-
7 6
 use Symfony\Component\DependencyInjection\ContainerInterface;
8 7
 use Symfony\Bridge\Doctrine\DataFixtures\ContainerAwareLoader;
9
-
10 8
 use RDV\Bundle\MigrationBundle\Entity\DataFixture;
11 9
 use RDV\Bundle\MigrationBundle\Migration\Sorter\DataFixturesSorter;
12 10
 use RDV\Bundle\MigrationBundle\Migration\UpdateDataFixturesFixture;
Please login to merge, or discard this patch.
Migration/Loader/MigrationsLoader.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 Symfony\Component\HttpKernel\Bundle\BundleInterface;
11 11
 use Symfony\Component\HttpKernel\KernelInterface;
12 12
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
13
-
14 13
 use RDV\Bundle\MigrationBundle\Migration\Migration;
15 14
 use RDV\Bundle\MigrationBundle\Migration\MigrationState;
16 15
 use RDV\Bundle\MigrationBundle\Migration\Installation;
Please login to merge, or discard this patch.