EntityFactory: drop unnecessary @param

This commit is contained in:
Dylan K. Taylor 2020-06-19 22:10:35 +01:00
parent 47baaf4c72
commit 0a43fd816c

View File

@ -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<Entity> $className
* @phpstan-param list<string> $saveNames