Passed
Push — master ( e3cbf5...0b86b2 )
by Rafael
04:02
created
src/YnloGraphQLBundle.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -58,11 +58,11 @@
 block discarded – undo
58 58
         $container->registerForAutoconfiguration(InputFieldTypeGuesser::class)->addTag('graphql.input_type_guesser');
59 59
         $container->registerForAutoconfiguration(FilterResolverInterface::class)->addTag('graphql.filter_resolver');
60 60
         $container->registerForAutoconfiguration(FilterInterface::class)
61
-                  ->addTag('graphql.list_filter')
62
-                  ->setPublic(true);
61
+                    ->addTag('graphql.list_filter')
62
+                    ->setPublic(true);
63 63
 
64 64
         $container->registerForAutoconfiguration(SubscriptionAwareInterface::class)
65
-                  ->addMethodCall('setPublisher', [new Reference(Publisher::class)]);
65
+                    ->addMethodCall('setPublisher', [new Reference(Publisher::class)]);
66 66
     }
67 67
 
68 68
     /**
Please login to merge, or discard this patch.