From f30b4ff4523e5ac705fcba72485d5cd767e780c9 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 6 Sep 2023 16:22:03 +0200 Subject: [PATCH] DX php cs fixer --- src/Bundle/ChillMainBundle/Form/CenterType.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Bundle/ChillMainBundle/Form/CenterType.php b/src/Bundle/ChillMainBundle/Form/CenterType.php index b3a212a66..864d0a877 100644 --- a/src/Bundle/ChillMainBundle/Form/CenterType.php +++ b/src/Bundle/ChillMainBundle/Form/CenterType.php @@ -27,10 +27,10 @@ class CenterType extends AbstractType ->add('name', TextType::class, [ 'label' => 'Nom', ]) - ->add('isActive', CheckboxType::class, [ - 'label' => 'Actif ?', - 'required' => false, - ]); + ->add('isActive', CheckboxType::class, [ + 'label' => 'Actif ?', + 'required' => false, + ]); } public function configureOptions(OptionsResolver $resolver)