Completed
Push — master ( 7ffcf2...3e603a )
by Faouzi
04:52
created
features/bootstrap/FeatureContext.php 1 patch
Unused Use Statements   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Behat\Behat\Context\ClosuredContextInterface,
4
-    Behat\Behat\Context\TranslatedContextInterface,
5
-    Behat\Behat\Context\BehatContext,
6
-    Behat\Behat\Exception\PendingException;
7
-use Behat\Gherkin\Node\PyStringNode,
8
-    Behat\Gherkin\Node\TableNode;
3
+use Behat\Behat\Context\BehatContext;
4
+use Behat\Behat\Exception\PendingException;
5
+use Behat\Gherkin\Node\PyStringNode;
9 6
 
10 7
 require __DIR__ . "/../../vendor/autoload.php";
11 8
 
Please login to merge, or discard this patch.
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.