Removed wrong comment

This commit is contained in:
Kevin Veen-Birkenbach 2020-04-02 22:14:50 +02:00
parent 365104ac9f
commit 9a6ab093f2

View File

@ -2,16 +2,12 @@
namespace Infinito\Domain\Form; namespace Infinito\Domain\Form;
use Infinito\Entity\EntityInterface;
/** /**
* @author kevinfrantz * @author kevinfrantz
*/ */
interface FormClassNameServiceInterface interface FormClassNameServiceInterface
{ {
/** /**
* @param EntityInterface $entity
*
* @return string The name of the form of the entity * @return string The name of the form of the entity
*/ */
public function getClass(string $origineClass, string $type = ''): string; public function getClass(string $origineClass, string $type = ''): string;