mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-11-03 18:58:24 +00:00 
			
		
		
		
	php cs-fixes
This commit is contained in:
		@@ -25,10 +25,10 @@ class EntityToJsonTransformer implements DataTransformerInterface
 | 
			
		||||
 | 
			
		||||
    private bool $multiple;
 | 
			
		||||
 | 
			
		||||
    private string $type;
 | 
			
		||||
 | 
			
		||||
    private SerializerInterface $serializer;
 | 
			
		||||
 | 
			
		||||
    private string $type;
 | 
			
		||||
 | 
			
		||||
    public function __construct(DenormalizerInterface $denormalizer, SerializerInterface $serializer, bool $multiple, string $type)
 | 
			
		||||
    {
 | 
			
		||||
        $this->denormalizer = $denormalizer;
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,6 @@ namespace Chill\MainBundle\Form\Type;
 | 
			
		||||
 | 
			
		||||
use Chill\MainBundle\Entity\User;
 | 
			
		||||
use Chill\MainBundle\Form\Type\DataTransformer\EntityToJsonTransformer;
 | 
			
		||||
use Chill\MainBundle\Form\Type\DataTransformer\UserToJsonTransformer;
 | 
			
		||||
use Symfony\Component\Form\AbstractType;
 | 
			
		||||
use Symfony\Component\Form\FormBuilderInterface;
 | 
			
		||||
use Symfony\Component\Form\FormInterface;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user