@@ -14,7 +14,6 @@ |
||
14 | 14 | use IrishDan\ResponsiveImageBundle\Event\ImageEvent; |
15 | 15 | use IrishDan\ResponsiveImageBundle\Event\ImageEvents; |
16 | 16 | use IrishDan\ResponsiveImageBundle\ImageProcessing\ImageManager; |
17 | - |
|
18 | 17 | use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
19 | 18 | |
20 | 19 | /** |
@@ -13,7 +13,6 @@ |
||
13 | 13 | use IrishDan\ResponsiveImageBundle\Event\UploaderEvent; |
14 | 14 | use IrishDan\ResponsiveImageBundle\Event\UploaderEvents; |
15 | 15 | use League\Flysystem\FilesystemInterface; |
16 | - |
|
17 | 16 | use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
18 | 17 | |
19 | 18 | /** |
@@ -8,7 +8,6 @@ |
||
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; |
@@ -11,7 +11,6 @@ |
||
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; |
@@ -11,7 +11,6 @@ |
||
11 | 11 | namespace IrishDan\ResponsiveImageBundle\Controller; |
12 | 12 | |
13 | 13 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
14 | - |
|
15 | 14 | use Symfony\Component\HttpFoundation\StreamedResponse; |
16 | 15 | |
17 | 16 | /** |
@@ -11,7 +11,6 @@ |
||
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; |