Skip to content

Commit ed9c5cb

Browse files
committed
Keep PHPCS happy (nit)
1 parent a689d60 commit ed9c5cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webapp/src/Form/Type/UserType.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ public function __construct(
2727
EventLogService $eventLogService,
2828
#[Autowire(param: 'min_password_length')]
2929
private readonly int $minimumPasswordLength,
30-
)
31-
{
30+
) {
3231
parent::__construct($eventLogService);
3332
}
3433

0 commit comments

Comments
 (0)