@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | */ |
47 | 47 | public function provideDependencies(Container $container): void |
48 | 48 | { |
49 | - $container->register(DTOFacadeInterface::class, function ( |
|
49 | + $container->register(DTOFacadeInterface::class, function( |
|
50 | 50 | AppKernelInterface $kernel, |
51 | 51 | LoggerFacadeInterface $loggerFacade |
52 | 52 | ) { |
@@ -56,7 +56,7 @@ discard block |
||
56 | 56 | return $this->createDTOGeneratorFacade(); |
57 | 57 | }); |
58 | 58 | |
59 | - $container->register(SerializerFacadeInterface::class, function () { |
|
59 | + $container->register(SerializerFacadeInterface::class, function() { |
|
60 | 60 | return $this->createDTOSerializerFacade(); |
61 | 61 | }); |
62 | 62 | } |