From b61843495d013368f97d2846b5e371e147668f25 Mon Sep 17 00:00:00 2001 From: MCJ Vasseur <14887731+vmcj@users.noreply.github.com> Date: Fri, 28 Feb 2025 18:08:40 +0000 Subject: [PATCH] Keep PHPCS happy (nit) --- webapp/src/Form/Type/UserType.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webapp/src/Form/Type/UserType.php b/webapp/src/Form/Type/UserType.php index 73e869ca73..7595e81a66 100644 --- a/webapp/src/Form/Type/UserType.php +++ b/webapp/src/Form/Type/UserType.php @@ -27,8 +27,7 @@ public function __construct( EventLogService $eventLogService, #[Autowire(param: 'min_password_length')] private readonly int $minimumPasswordLength, - ) - { + ) { parent::__construct($eventLogService); }