@@ -145,7 +145,7 @@ |
||
145 | 145 | |
146 | 146 | $loop->addPeriodicTimer( |
147 | 147 | Constants::TIME_TICK_INTERVAL, |
148 | - function () use ($closure, $messageHydrate, $loop) { |
|
148 | + function() use ($closure, $messageHydrate, $loop) { |
|
149 | 149 | $rows = $this->_client->call( |
150 | 150 | Constants::COMMAND_XRANGE, |
151 | 151 | $this->_streamName, |