Completed
Push — master ( 0a9298...bcf5cf )
by Rafael
06:09
created
src/Subscription/PubSub/RedisPubSubHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
143 143
         $this->consumer->setOption(\Redis::OPT_PREFIX, $this->prefix);
144 144
         $this->consumer->subscribe(
145 145
             $channels,
146
-            function (\Redis $redis, $chan, $event) use ($dispatch) {
146
+            function(\Redis $redis, $chan, $event) use ($dispatch) {
147 147
                 $iterator = null;
148 148
                 while ($iterator !== 0) {
149 149
                     while ($keys = $this->client->scan($iterator, "*$chan:*", 100)) {
Please login to merge, or discard this patch.
src/YnloGraphQLBundle.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,8 +55,8 @@
 block discarded – undo
55 55
         $container->registerForAutoconfiguration(InputFieldTypeGuesser::class)->addTag('graphql.input_type_guesser');
56 56
         $container->registerForAutoconfiguration(FilterResolverInterface::class)->addTag('graphql.filter_resolver');
57 57
         $container->registerForAutoconfiguration(FilterInterface::class)
58
-                  ->addTag('graphql.list_filter')
59
-                  ->setPublic(true);
58
+                    ->addTag('graphql.list_filter')
59
+                    ->setPublic(true);
60 60
     }
61 61
 
62 62
     /**
Please login to merge, or discard this patch.