Modernize private static property declarations

This commit is contained in:
Dylan K. Taylor
2022-05-17 21:55:16 +01:00
parent 1d5430937f
commit c0b15de504
6 changed files with 7 additions and 11 deletions

View File

@@ -80,8 +80,7 @@ abstract class Entity{
public const MOTION_THRESHOLD = 0.00001;
protected const STEP_CLIP_MULTIPLIER = 0.4;
/** @var int */
private static $entityCount = 1;
private static int $entityCount = 1;
/**
* Returns a new runtime entity ID for a new entity.