Passed
Push — master ( 38b002...67e4f3 )
by Rafael
05:37
created
src/YnloGraphQLBundle.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -59,11 +59,11 @@
 block discarded – undo
59 59
         $container->registerForAutoconfiguration(InputFieldTypeGuesser::class)->addTag('graphql.input_type_guesser');
60 60
         $container->registerForAutoconfiguration(FilterResolverInterface::class)->addTag('graphql.filter_resolver');
61 61
         $container->registerForAutoconfiguration(SearchByInterface::class)
62
-                  ->addTag('graphql.list_search')
63
-                  ->setPublic(true);
62
+                    ->addTag('graphql.list_search')
63
+                    ->setPublic(true);
64 64
         $container->registerForAutoconfiguration(FilterInterface::class)
65
-                  ->addTag('graphql.list_filter')
66
-                  ->setPublic(true);
65
+                    ->addTag('graphql.list_filter')
66
+                    ->setPublic(true);
67 67
     }
68 68
 
69 69
     /**
Please login to merge, or discard this patch.