Test Failed
Push — master ( 47a47f...84b385 )
by Daniel
03:21
created
Transport/Rpc/RpcClient.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,13 +3,11 @@
 block discarded – undo
3 3
 namespace Cmobi\RabbitmqBundle\Transport\Rpc;
4 4
 
5 5
 use Cmobi\RabbitmqBundle\Connection\CmobiAMQPChannel;
6
-use Cmobi\RabbitmqBundle\Connection\CmobiAMQPConnection;
7 6
 use Cmobi\RabbitmqBundle\Connection\CmobiAMQPConnectionInterface;
8 7
 use Cmobi\RabbitmqBundle\Connection\ConnectionManager;
9 8
 use Cmobi\RabbitmqBundle\Queue\CmobiAMQPMessage;
10 9
 use Cmobi\RabbitmqBundle\Queue\QueueProducerInterface;
11 10
 use Cmobi\RabbitmqBundle\Transport\Exception\QueueNotFoundException;
12
-use PhpAmqpLib\Exception\AMQPTimeoutException;
13 11
 use PhpAmqpLib\Message\AMQPMessage;
14 12
 use Ramsey\Uuid\Uuid;
15 13
 
Please login to merge, or discard this patch.