fix PHPStan failures

This commit is contained in:
Dylan K. Taylor
2022-03-09 17:26:05 +00:00
parent 581bbfe255
commit 856fd2a33b
3 changed files with 15 additions and 1 deletions

View File

@ -253,6 +253,7 @@ class Player extends Human implements CommandSender, ChunkListener, IPlayer{
protected bool $blockCollision = true;
protected bool $flying = false;
/** @phpstan-var positive-int|null */
protected ?int $lineHeight = null;
protected string $locale = "en_US";