From 7483f22e8b470ff8ebab890897dc1747ddb565d1 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 3 Sep 2017 12:10:56 +0100 Subject: [PATCH] Fixed a PhpStorm inspection --- src/pocketmine/entity/Entity.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pocketmine/entity/Entity.php b/src/pocketmine/entity/Entity.php index dae3ed5c6..b8d13fb7a 100644 --- a/src/pocketmine/entity/Entity.php +++ b/src/pocketmine/entity/Entity.php @@ -205,6 +205,7 @@ abstract class Entity extends Location implements Metadatable{ public static $entityCount = 1; /** @var Entity[] */ private static $knownEntities = []; + /** @var string[] */ private static $shortNames = []; public static function init(){