From 9a6ab093f2aa7baa60d70bbc9c703b97e8054a03 Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Thu, 2 Apr 2020 22:14:50 +0200 Subject: [PATCH] Removed wrong comment --- .../symfony/src/Domain/Form/FormClassNameServiceInterface.php | 4 ---- 1 file changed, 4 deletions(-) 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;