From 82b30258422caadf6e6ca8813dccd83244491923 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 6 Sep 2023 15:56:48 +0200 Subject: [PATCH] DX php cs fixer --- src/Bundle/ChillMainBundle/Form/CenterType.php | 8 ++++---- .../ChillMainBundle/migrations/Version20230906134410.php | 7 +++++++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/Bundle/ChillMainBundle/Form/CenterType.php b/src/Bundle/ChillMainBundle/Form/CenterType.php index ed5a496d6..1a106192a 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) diff --git a/src/Bundle/ChillMainBundle/migrations/Version20230906134410.php b/src/Bundle/ChillMainBundle/migrations/Version20230906134410.php index 231dffb23..b03af5a5f 100644 --- a/src/Bundle/ChillMainBundle/migrations/Version20230906134410.php +++ b/src/Bundle/ChillMainBundle/migrations/Version20230906134410.php @@ -2,6 +2,13 @@ declare(strict_types=1); +/* + * Chill is a software for social workers + * + * For the full copyright and license information, please view + * the LICENSE file that was distributed with this source code. + */ + namespace Chill\Migrations\Main; use Doctrine\DBAL\Schema\Schema;