Completed
Push — master ( 7ffcf2...3e603a )
by Faouzi
04:52
created
src/Exchange.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -36,6 +36,9 @@
 block discarded – undo
36 36
         }
37 37
     }
38 38
 
39
+    /**
40
+     * @return string
41
+     */
39 42
     public function getName()
40 43
     {
41 44
         return $this->name;
Please login to merge, or discard this 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.
src/Queue.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.