DX php cs fixer

This commit is contained in:
Julie Lenaerts 2023-09-06 15:56:48 +02:00
parent 7c7c5862c6
commit 82b3025842
2 changed files with 11 additions and 4 deletions

View File

@ -27,10 +27,10 @@ class CenterType extends AbstractType
->add('name', TextType::class, [ ->add('name', TextType::class, [
'label' => 'Nom', 'label' => 'Nom',
]); ]);
/* ->add('isActive', CheckboxType::class, [ /* ->add('isActive', CheckboxType::class, [
'label' => 'Actif ?', 'label' => 'Actif ?',
'required' => false, 'required' => false,
]);*/ ]);*/
} }
public function configureOptions(OptionsResolver $resolver) public function configureOptions(OptionsResolver $resolver)

View File

@ -2,6 +2,13 @@
declare(strict_types=1); 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; namespace Chill\Migrations\Main;
use Doctrine\DBAL\Schema\Schema; use Doctrine\DBAL\Schema\Schema;