Apply fixes from StyleCI
This commit is contained in:
parent
3160917b5e
commit
0591ea4b41
@ -107,7 +107,7 @@ trait AuthKeyHandler
|
|||||||
$time = microtime(true);
|
$time = microtime(true);
|
||||||
while (!feof($f)) {
|
while (!feof($f)) {
|
||||||
usleep(
|
usleep(
|
||||||
(int)(($writePeriod -
|
(int) (($writePeriod -
|
||||||
(microtime(true) - $time) // Time it took me to write frames
|
(microtime(true) - $time) // Time it took me to write frames
|
||||||
) * 1000000)
|
) * 1000000)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user