Completed
Pull Request — v2 (#16)
by Faouzi
03:00
created
app/Config.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace TestRabbitMq;
4 4
 
5
-use Silex\Application;
6 5
 use Pimple\Container;
7 6
 use Pimple\ServiceProviderInterface;
7
+use Silex\Application;
8 8
 
9 9
 /**
10 10
  * Configuration principale de l'application
Please login to merge, or discard this patch.
Tests/Functional/Context/FeatureContext.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace ETNA\Silex\Provider\RabbitMQ;
4 4
 
5
-use PhpAmqpLib\Message\AMQPMessage;
6 5
 use PhpAmqpLib\Channel\AMQPChannel;
6
+use PhpAmqpLib\Message\AMQPMessage;
7 7
 
8 8
 /**
9 9
  * 
Please login to merge, or discard this patch.