Completed
Pull Request — master (#13)
by
unknown
13:20
created
Command/GenerateImageEntityCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Symfony\Bundle\MakerBundle\DependencyBuilder;
9 9
 use Symfony\Bundle\MakerBundle\Generator;
10 10
 use Symfony\Bundle\MakerBundle\InputConfiguration;
11
-use Symfony\Component\Console\Command\Command;
12 11
 use Symfony\Component\Console\Command\Command as BaseCommand;
13 12
 use Symfony\Component\Console\Input\InputInterface;
14 13
 use Symfony\Component\Console\Input\InputOption;
Please login to merge, or discard this patch.
Command/GenerateImageEntityCrudCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 namespace IrishDan\ResponsiveImageBundle\Command;
12 12
 
13 13
 use IrishDan\ResponsiveImageBundle\ImageEntityClassLocator;
14
-use Sensio\Bundle\GeneratorBundle\Command\GenerateDoctrineCrudCommand;
15 14
 use Sensio\Bundle\GeneratorBundle\Command\Validators;
16 15
 use Symfony\Component\Console\Command\Command;
17 16
 use Symfony\Component\Console\Input\InputInterface;
Please login to merge, or discard this patch.
Tests/File/FileToObjectTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 namespace IrishDan\ResponsiveImageBundle\Tests\File;
12 12
 
13 13
 use Doctrine\ORM\EntityManager;
14
-
15 14
 use IrishDan\ResponsiveImageBundle\File\FileToObject;
16 15
 use IrishDan\ResponsiveImageBundle\ImageEntityNameResolver;
17 16
 use IrishDan\ResponsiveImageBundle\ResponsiveImageInterface;
Please login to merge, or discard this patch.