Completed
Push — master ( 53c82e...19dde0 )
by Amine
11:36 queued 11:06
created
Rest/EventListener/HttpListener.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,8 +11,8 @@
 block discarded – undo
11 11
 
12 12
 namespace AMF\WebServicesClientBundle\Rest\EventListener;
13 13
 
14
-use AMF\WebServicesClientBundle\Rest\Event\GetResponseEvent;
15 14
 use AMF\WebServicesClientBundle\Rest\Component\Response;
15
+use AMF\WebServicesClientBundle\Rest\Event\GetResponseEvent;
16 16
 
17 17
 /**
18 18
  * Listener for http rest requests.
Please login to merge, or discard this patch.
DependencyInjection/Compiler/RegisterSoapWebServicesPass.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,11 +11,11 @@
 block discarded – undo
11 11
 
12 12
 namespace AMF\WebServicesClientBundle\DependencyInjection\Compiler;
13 13
 
14
+use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
14 15
 use Symfony\Component\DependencyInjection\ContainerBuilder;
16
+use Symfony\Component\DependencyInjection\ContainerInterface;
15 17
 use Symfony\Component\DependencyInjection\DefinitionDecorator;
16
-use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
17 18
 use Symfony\Component\DependencyInjection\Reference;
18
-use Symfony\Component\DependencyInjection\ContainerInterface;
19 19
 
20 20
 /**
21 21
  * Pass of compilation to register Soap webservices.
Please login to merge, or discard this patch.
DependencyInjection/Compiler/RegisterRestWebServicesPass.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,11 +11,11 @@
 block discarded – undo
11 11
 
12 12
 namespace AMF\WebServicesClientBundle\DependencyInjection\Compiler;
13 13
 
14
+use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
14 15
 use Symfony\Component\DependencyInjection\ContainerBuilder;
16
+use Symfony\Component\DependencyInjection\ContainerInterface;
15 17
 use Symfony\Component\DependencyInjection\DefinitionDecorator;
16
-use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
17 18
 use Symfony\Component\DependencyInjection\Reference;
18
-use Symfony\Component\DependencyInjection\ContainerInterface;
19 19
 
20 20
 /**
21 21
  * Pass of compilation to register Soap webservices.
Please login to merge, or discard this patch.