mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 15:06:51 +01:00
Removed wrong comment
This commit is contained in:
parent
365104ac9f
commit
9a6ab093f2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user