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