Completed
Push — develop ( db9af5...942a5f )
by Mattias
05:43
created
src/ReactRunner.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
 
53 53
         $this->loop->addPeriodicTimer(
54 54
           $this->loopTimeout,
55
-          function (\React\EventLoop\Timer\Timer $timer) use ($bot, $maxTimesToPoll) {
55
+          function(\React\EventLoop\Timer\Timer $timer) use ($bot, $maxTimesToPoll) {
56 56
             $bot->poll();
57 57
             $this->loopCounter++;
58 58
             if (!is_null($maxTimesToPoll) && ($maxTimesToPoll >= $this->loopCounter)) {
Please login to merge, or discard this patch.