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