Completed
Pull Request — master (#4)
by Tomáš
03:11
created
src/Bundle/SculpinBundle/Command/GenerateCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace Sculpin\Bundle\SculpinBundle\Command;
13 13
 
14 14
 use Sculpin\Bundle\SculpinBundle\HttpServer\HttpServer;
15
-use Sculpin\Core\Console\Command\ContainerAwareCommand;
16 15
 use Sculpin\Core\Io\ConsoleIo;
17 16
 use Sculpin\Core\Source\SourceSet;
18 17
 use Symfony\Component\Console\Command\Command;
Please login to merge, or discard this patch.
src/Bundle/SculpinBundle/HttpKernel/KernelFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Sculpin\Bundle\SculpinBundle\HttpKernel;
13 13
 
14
-use Symfony\Component\Console\Input\InputInterface;
15 14
 use Symfony\Component\HttpKernel\KernelInterface;
16 15
 
17 16
 final class KernelFactory
Please login to merge, or discard this patch.