Passed
Pull Request — master (#2)
by Sergey
07:38
created
src/Stream.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.