EntityFactory: fixed type doc of knownEntities

This commit is contained in:
Dylan K. Taylor 2019-12-04 22:49:25 +00:00
parent 0e3ce7ff39
commit 908aa20eff

View File

@ -64,7 +64,7 @@ final class EntityFactory{
private static $entityCount = 1; private static $entityCount = 1;
/** @var string[] base class => currently used class for construction */ /** @var string[] base class => currently used class for construction */
private static $classMapping = []; private static $classMapping = [];
/** @var Entity[] */ /** @var string[] */
private static $knownEntities = []; private static $knownEntities = [];
/** @var string[][] */ /** @var string[][] */
private static $saveNames = []; private static $saveNames = [];