diff --git a/src/entity/EntityFactory.php b/src/entity/EntityFactory.php index b4b17fafb..8290f4515 100644 --- a/src/entity/EntityFactory.php +++ b/src/entity/EntityFactory.php @@ -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 = [];