Fixed a PhpStorm inspection

This commit is contained in:
Dylan K. Taylor 2017-09-03 12:10:56 +01:00
parent 89f5567476
commit 7483f22e8b

View File

@ -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(){