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); }