1
0
mirror of https://github.com/pmmp/PocketMine-MP.git synced 2025-07-26 04:43:45 +00:00

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

@ -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];