Php cs fixes

This commit is contained in:
2024-10-29 15:44:11 +01:00
parent ac3ac432e1
commit 12bb264eb5
5 changed files with 5 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ class GenderFilter implements
public function __construct(
private readonly TranslatorInterface $translator,
private readonly TranslatableStringHelperInterface $translatableStringHelper,
private readonly GenderRepository $genderRepository
private readonly GenderRepository $genderRepository,
) {}
public function addRole(): ?string