@@ -143,7 +143,7 @@ |
||
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)) { |