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