rector fixes

This commit is contained in:
Julie Lenaerts 2024-10-08 16:57:39 +02:00
parent 59f9ac25ba
commit 18899d665d

View File

@ -27,7 +27,7 @@ class GenderFilter implements
ExportElementValidatedInterface,
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
{