@@ -52,7 +52,7 @@ |
||
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)) { |