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;
/** @var string[] base class => currently used class for construction */
private static $classMapping = [];
/** @var Entity[] */
/** @var string[] */
private static $knownEntities = [];
/** @var string[][] */
private static $saveNames = [];