From 55e09b4d67605c0206ec6fb020f97c90b1dedce8 Mon Sep 17 00:00:00 2001 From: Guillaume AGNIERAY Date: Mon, 9 Oct 2023 19:53:31 +0200 Subject: [PATCH] Fix CS --- galette/lib/Galette/Entity/Adherent.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/galette/lib/Galette/Entity/Adherent.php b/galette/lib/Galette/Entity/Adherent.php index 398a1b92d1..769c517e6c 100644 --- a/galette/lib/Galette/Entity/Adherent.php +++ b/galette/lib/Galette/Entity/Adherent.php @@ -2040,8 +2040,8 @@ public function getParentFields(): array /** * Handle files (photo and dynamics files) * - * @param array $files Files sent - * @param array $cropping Cropping properties + * @param array $files Files sent + * @param array $cropping Cropping properties * * @return array|true */