We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5780e09 commit 1e951a3Copy full SHA for 1e951a3
src/ExtUvLoop.php
@@ -127,7 +127,7 @@ public function addTimer($interval, $callback)
127
$this->timers->attach($timer, $event);
128
\uv_timer_start(
129
$event,
130
- (int)($interval * 1000) + 1,
+ (int) ($interval * 1000) + 1,
131
0,
132
$callback
133
);
@@ -150,8 +150,8 @@ public function addPeriodicTimer($interval, $callback)
150
151
152
153
154
155
156
157
0 commit comments