rector fixes

This commit is contained in:
Julie Lenaerts 2024-10-08 16:57:39 +02:00
parent fa64f44cf1
commit 70335a6360

View File

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