Completed
Push — master ( bca97c...f94c4d )
by Daniel
03:12
created
Rpc/BaseService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Cmobi\RabbitmqBundle\Rpc\Exception\JsonRpcInternalErrorException;
7 7
 use Cmobi\RabbitmqBundle\Rpc\Response\JsonRpcResponse;
8 8
 use Cmobi\RabbitmqBundle\Rpc\Response\RpcResponseCollectionInterface;
9
-use Cmobi\RabbitmqBundle\Rpc\Response\RpcResponseInterface;
10 9
 use PhpAmqpLib\Message\AMQPMessage;
11 10
 
12 11
 class BaseService implements RpcServiceInterface
Please login to merge, or discard this patch.
Rpc/Handler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Cmobi\RabbitmqBundle\Rpc\Exception\JsonRpcInternalErrorException;
8 8
 use Cmobi\RabbitmqBundle\Rpc\Request\RpcRequestCollectionInterface;
9 9
 use Cmobi\RabbitmqBundle\Rpc\Response\JsonRpcResponse;
10
-use Cmobi\RabbitmqBundle\Rpc\Response\JsonRpcResponseCollection;
11 10
 use Cmobi\RabbitmqBundle\Rpc\Response\RpcResponseCollectionInterface;
12 11
 use Symfony\Component\DependencyInjection\ContainerAwareTrait;
13 12
 
Please login to merge, or discard this patch.
Routing/Matcher/MethodMatcher.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Cmobi\RabbitmqBundle\Rpc\Request\JsonRpcRequest;
8 8
 use Symfony\Component\Routing\Exception\MethodNotAllowedException;
9 9
 use Symfony\Component\Routing\Exception\ResourceNotFoundException;
10
-use Symfony\Component\Routing\RequestContext;
11 10
 
12 11
 class MethodMatcher implements MethodMatcherInterface
13 12
 {
Please login to merge, or discard this patch.