Passed
Push — master ( 3573d1...0e5a44 )
by Sergey
03:45 queued 01:50
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.