Completed
Pull Request — v2 (#9)
by Faouzi
05:09
created
src/Consumer.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace ETNA\Silex\Provider\RabbitMQ;
4 4
 
5
+use Saxulum\Console\Command\AbstractPimpleCommand;
5 6
 use Symfony\Component\Console\Input\InputArgument;
6 7
 use Symfony\Component\Console\Input\InputInterface;
7 8
 use Symfony\Component\Console\Input\InputOption;
8 9
 use Symfony\Component\Console\Output\OutputInterface;
9
-use Saxulum\Console\Command\AbstractPimpleCommand;
10 10
 
11 11
 class Consumer extends AbstractPimpleCommand
12 12
 {
Please login to merge, or discard this patch.