From 0591ea4b41ceecfd636df81a39b5c924e8fc42bf Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 27 Jun 2017 07:16:46 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/danog/MadelineProto/VoIP/AuthKeyHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/danog/MadelineProto/VoIP/AuthKeyHandler.php b/src/danog/MadelineProto/VoIP/AuthKeyHandler.php index c8b43cda..02c855ad 100644 --- a/src/danog/MadelineProto/VoIP/AuthKeyHandler.php +++ b/src/danog/MadelineProto/VoIP/AuthKeyHandler.php @@ -107,7 +107,7 @@ trait AuthKeyHandler $time = microtime(true); while (!feof($f)) { usleep( - (int)(($writePeriod - + (int) (($writePeriod - (microtime(true) - $time) // Time it took me to write frames ) * 1000000) );