From 0a43fd816cb9ea0c0ca6ba5212b990141ab2b7f9 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 19 Jun 2020 22:10:35 +0100 Subject: [PATCH] EntityFactory: drop unnecessary @param --- src/entity/EntityFactory.php | 1 - 1 file changed, 1 deletion(-) 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