From 499aa3adea8cc022f143595d68e00c12113089af Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 26 Feb 2025 11:12:05 +0100 Subject: [PATCH] PHP cs fixes --- .../CRUD/Controller/AbstractCRUDController.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Bundle/ChillMainBundle/CRUD/Controller/AbstractCRUDController.php b/src/Bundle/ChillMainBundle/CRUD/Controller/AbstractCRUDController.php index b877d0624..1d648addf 100644 --- a/src/Bundle/ChillMainBundle/CRUD/Controller/AbstractCRUDController.php +++ b/src/Bundle/ChillMainBundle/CRUD/Controller/AbstractCRUDController.php @@ -39,9 +39,7 @@ abstract class AbstractCRUDController extends AbstractController */ protected array $crudConfig = []; - public function __construct(protected ManagerRegistry $managerRegistry) - { - } + public function __construct(protected ManagerRegistry $managerRegistry) {} /** * get the role given from the config.