Passed
Push — master ( 9cd8ca...c4c61a )
by Rafael
03:12
created
src/Subscription/PubSub/RedisPubSubHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
     {
134 134
         $this->consumer->subscribe(
135 135
             $channels,
136
-            function (\Redis $redis, $chan, $event) use ($dispatch) {
136
+            function(\Redis $redis, $chan, $event) use ($dispatch) {
137 137
                 $iterator = null;
138 138
                 while ($iterator !== 0) {
139 139
                     while ($keys = $this->client->scan($iterator, "*$chan:*", 100)) {
Please login to merge, or discard this patch.