mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 03:51:37 +00:00
Modernize private static property declarations
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user