@@ -122,7 +122,7 @@ |
||
122 | 122 | |
123 | 123 | $loop->addPeriodicTimer( |
124 | 124 | Constants::TIME_TICK_INTERVAL, |
125 | - function () use ($closure, $messageHydrate, $loop) { |
|
125 | + function() use ($closure, $messageHydrate, $loop) { |
|
126 | 126 | $rows = $this->_client->rawCommand( |
127 | 127 | Constants::COMMAND_XRANGE, |
128 | 128 | $this->_streamName, |