@@ -78,7 +78,6 @@ |
||
78 | 78 | * |
79 | 79 | * @param ContainerInterface $container |
80 | 80 | * @param string $key |
81 | - * @param array $wsse |
|
82 | 81 | * |
83 | 82 | * @return Reference|null |
84 | 83 | */ |
@@ -11,11 +11,11 @@ |
||
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 Rest webservices. |
@@ -11,11 +11,11 @@ |
||
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. |