Passed
Branch 1.6.0 (8d2d22)
by Stanislau
13:54
created
Category
src/DTOPlugin.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     }
Please login to merge, or discard this patch.