Completed
Push — master ( fc73be...a0f602 )
by Kamil
04:16 queued 04:07
created
Sylius/Bundle/ResourceBundle/DependencyInjection/Driver/AbstractDriver.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use Sylius\Component\Resource\Metadata\MetadataInterface;
18 18
 use Symfony\Component\DependencyInjection\ContainerBuilder;
19 19
 use Symfony\Component\DependencyInjection\Definition;
20
-use Symfony\Component\DependencyInjection\Parameter;
21 20
 use Symfony\Component\DependencyInjection\Reference;
22 21
 
23 22
 /**
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/Command/AbstractInstallCommand.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -13,11 +13,8 @@
 block discarded – undo
13 13
 
14 14
 use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
15 15
 use Symfony\Component\Console\Helper\ProgressBar;
16
-use Symfony\Component\Console\Helper\QuestionHelper;
17 16
 use Symfony\Component\Console\Input\InputInterface;
18 17
 use Symfony\Component\Console\Output\OutputInterface;
19
-use Symfony\Component\Console\Question\Question;
20
-use Symfony\Component\Validator\ConstraintViolationList;
21 18
 
22 19
 abstract class AbstractInstallCommand extends ContainerAwareCommand
23 20
 {
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/Command/InstallDatabaseCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Symfony\Component\Console\Input\InputInterface;
17 17
 use Symfony\Component\Console\Output\OutputInterface;
18 18
 use Symfony\Component\Console\Question\ConfirmationQuestion;
19
-use Symfony\Component\Console\Question\Question;
20 19
 
21 20
 final class InstallDatabaseCommand extends AbstractInstallCommand
22 21
 {
Please login to merge, or discard this patch.