mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
php cs-fixes
This commit is contained in:
parent
e121c241c6
commit
fc28ada811
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user