From 973644c62debb59b63bf2b87a4cb15e538351b8d Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Fri, 11 Feb 2022 17:07:47 +0100 Subject: [PATCH] csfixes --- src/Bundle/ChillPersonBundle/Controller/PersonController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/Controller/PersonController.php b/src/Bundle/ChillPersonBundle/Controller/PersonController.php index ac371a2af..ef06e4d3e 100644 --- a/src/Bundle/ChillPersonBundle/Controller/PersonController.php +++ b/src/Bundle/ChillPersonBundle/Controller/PersonController.php @@ -225,7 +225,7 @@ final class PersonController extends AbstractController ])->add('createPeriod', SubmitType::class, [ 'label' => 'Add the person and create an accompanying period', ])->add('createHousehold', SubmitType::class, [ - 'label' => 'Add the person and create a household' + 'label' => 'Add the person and create a household', ]); $form->handleRequest($request);