diff --git a/src/entity/EntityFactory.php b/src/entity/EntityFactory.php index e5d2dd490..e0532c760 100644 --- a/src/entity/EntityFactory.php +++ b/src/entity/EntityFactory.php @@ -184,7 +184,6 @@ final class EntityFactory{ * Registers an entity type into the index. * * @param string $className Class that extends Entity - * @param \Closure $creationFunc * @param string[] $saveNames An array of save names which this entity might be saved under. * @phpstan-param class-string $className * @phpstan-param list $saveNames