Server: fixed type doc comment of nextTick field

This commit is contained in:
Dylan K. Taylor 2019-12-01 21:18:20 +00:00
parent 17037f5e9c
commit 2b08bbc7b1

View File

@ -227,7 +227,7 @@ class Server{
* @var int
*/
private $tickCounter = 0;
/** @var int */
/** @var float */
private $nextTick = 0;
/** @var float[] */
private $tickAverage = [20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20];