Completed
Push — master ( 0db478...248a24 )
by Daniel
11:06
created
Tests/Transport/PubSub/SubscriberBuilderTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     {
46 46
         $subscriberBuilder = new SubscriberBuilder(
47 47
             'test_exchange',
48
-             ExchangeType::FANOUT,
48
+                ExchangeType::FANOUT,
49 49
             $this->getConnectionManagerMock(),
50 50
             $this->getLoggerMock(),
51 51
             []
Please login to merge, or discard this patch.
Transport/Worker/WorkerBuilder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Cmobi\RabbitmqBundle\Transport\Worker;
4 4
 
5 5
 use Cmobi\RabbitmqBundle\Connection\ConnectionManager;
6
-use Cmobi\RabbitmqBundle\Connection\Exception\InvalidAMQPChannelException;
7 6
 use Cmobi\RabbitmqBundle\Queue\Queue;
8 7
 use Cmobi\RabbitmqBundle\Queue\QueueBagInterface;
9 8
 use Cmobi\RabbitmqBundle\Queue\QueueBuilderInterface;
Please login to merge, or discard this patch.