mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-04 03:07:58 +00:00 
			
		
		
		
	Removed wrong comment
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user