mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
DX: fix cs
This commit is contained in:
parent
ea10565e17
commit
58faac5bca
@ -36,8 +36,7 @@ class PickPersonDynamicType extends AbstractType
|
|||||||
DenormalizerInterface $denormalizer,
|
DenormalizerInterface $denormalizer,
|
||||||
SerializerInterface $serializer,
|
SerializerInterface $serializer,
|
||||||
NormalizerInterface $normalizer
|
NormalizerInterface $normalizer
|
||||||
)
|
) {
|
||||||
{
|
|
||||||
$this->denormalizer = $denormalizer;
|
$this->denormalizer = $denormalizer;
|
||||||
$this->serializer = $serializer;
|
$this->serializer = $serializer;
|
||||||
$this->normalizer = $normalizer;
|
$this->normalizer = $normalizer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user