Skip to content

Commit

Permalink
Keep PHPCS happy (nit)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj authored Feb 28, 2025
1 parent 8e0cb13 commit b618434
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webapp/src/Form/Type/UserType.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ public function __construct(
EventLogService $eventLogService,
#[Autowire(param: 'min_password_length')]
private readonly int $minimumPasswordLength,
)
{
) {
parent::__construct($eventLogService);
}

Expand Down

0 comments on commit b618434

Please sign in to comment.