@@ -9,7 +9,7 @@ |
||
9 | 9 | |
10 | 10 | $logger = LogglyBulkLogger::create($loop, require 'token.php', 10); |
11 | 11 | |
12 | -$func = function () use ($argv, $logger) { |
|
12 | +$func = function() use ($argv, $logger) { |
|
13 | 13 | $logger->log($argv[1], $argv[2]); |
14 | 14 | }; |
15 | 15 |
@@ -73,7 +73,7 @@ |
||
73 | 73 | return; |
74 | 74 | } |
75 | 75 | |
76 | - $this->timer = Loop::addTimer($this->timeout, function (): void { |
|
76 | + $this->timer = Loop::addTimer($this->timeout, function(): void { |
|
77 | 77 | $this->timer = null; |
78 | 78 | $this->sendBulk(); |
79 | 79 | }); |