Completed
Pull Request — develop (#464)
by
unknown
04:29
created
Command/GenerateCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
12 12
 use Symfony\Component\Console\Input\InputInterface;
13 13
 use Symfony\Component\Console\Output\OutputInterface;
14
-
15 14
 use Braincrafted\Bundle\BootstrapBundle\Util\PathUtil;
16 15
 use Symfony\Component\HttpFoundation\Request;
17 16
 use Symfony\Component\HttpKernel\Kernel;
Please login to merge, or discard this patch.
Form/Extension/TypeSetterExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Symfony\Component\Form\AbstractTypeExtension;
10 10
 use Symfony\Component\Form\FormView;
11 11
 use Symfony\Component\Form\FormInterface;
12
-
13 12
 use Braincrafted\Bundle\BootstrapBundle\Util\LegacyFormHelper;
14 13
 
15 14
 /**
Please login to merge, or discard this patch.