Passed
Push — master ( cccea0...3573d1 )
by Sergey
08:08 queued 06:22
created
src/Stream.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.