Completed
Push — 1.0-phpstan ( 5ae83f )
by Kamil
27:50
created
src/Sylius/Bundle/CoreBundle/Command/SetupCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,9 +19,9 @@
 block discarded – undo
19 19
 use Symfony\Component\Console\Output\OutputInterface;
20 20
 use Symfony\Component\Console\Question\Question;
21 21
 use Symfony\Component\Console\Style\SymfonyStyle;
22
+use Symfony\Component\Validator\ConstraintViolationListInterface;
22 23
 use Symfony\Component\Validator\Constraints\Email;
23 24
 use Symfony\Component\Validator\Constraints\NotBlank;
24
-use Symfony\Component\Validator\ConstraintViolationListInterface;
25 25
 use Webmozart\Assert\Assert;
26 26
 
27 27
 /**
Please login to merge, or discard this patch.