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