@@ -201,6 +201,9 @@ |
||
201 | 201 | } |
202 | 202 | } |
203 | 203 | |
204 | + /** |
|
205 | + * @param string $method |
|
206 | + */ |
|
204 | 207 | private function getDefinitionMethodCall(Definition $def, $method) |
205 | 208 | { |
206 | 209 | foreach ($def->getMethodCalls() as $call) { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace JMS\SerializerBundle\DependencyInjection\Compiler; |
4 | 4 | |
5 | 5 | use JMS\Serializer\EventDispatcher\EventDispatcher; |
6 | -use JMS\SerializerBundle\Factory\LazyServiceFactoryDecoratsor; |
|
7 | 6 | use Symfony\Component\DependencyInjection\Argument\ServiceClosureArgument; |
8 | 7 | use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; |
9 | 8 | use Symfony\Component\DependencyInjection\ContainerBuilder; |