diff --git a/application/symfony/src/Domain/Form/FormClassNameServiceInterface.php b/application/symfony/src/Domain/Form/FormClassNameServiceInterface.php index e7fbf71..5af9a71 100644 --- a/application/symfony/src/Domain/Form/FormClassNameServiceInterface.php +++ b/application/symfony/src/Domain/Form/FormClassNameServiceInterface.php @@ -2,16 +2,12 @@ namespace Infinito\Domain\Form; -use Infinito\Entity\EntityInterface; - /** * @author kevinfrantz */ interface FormClassNameServiceInterface { /** - * @param EntityInterface $entity - * * @return string The name of the form of the entity */ public function getClass(string $origineClass, string $type = ''): string;