Completed
Push — symfony3-wololo ( 50a832...8a87df )
by Kamil
18:56
created
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/SetupCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,9 +20,9 @@
 block discarded – undo
20 20
 use Symfony\Component\Console\Output\OutputInterface;
21 21
 use Symfony\Component\Console\Question\Question;
22 22
 use Symfony\Component\Intl\Intl;
23
+use Symfony\Component\Validator\ConstraintViolationListInterface;
23 24
 use Symfony\Component\Validator\Constraints\Email;
24 25
 use Symfony\Component\Validator\Constraints\NotBlank;
25
-use Symfony\Component\Validator\ConstraintViolationListInterface;
26 26
 
27 27
 /**
28 28
  * @author Paweł Jędrzejewski <[email protected]>
Please login to merge, or discard this patch.