rector fix error

This commit is contained in:
Mathieu Jaumotte 2023-09-27 16:20:10 +02:00
parent 2100d45671
commit e4cf07c7b3

View File

@ -30,7 +30,7 @@ class ScopeFilter implements FilterInterface
private const PREFIX = 'cal_filter_scope'; private const PREFIX = 'cal_filter_scope';
public function __construct( public function __construct(
private RollingDateConverter $rollingDateConverter, private readonly RollingDateConverter $rollingDateConverter,
protected TranslatorInterface $translator, protected TranslatorInterface $translator,
private readonly TranslatableStringHelper $translatableStringHelper private readonly TranslatableStringHelper $translatableStringHelper
) {} ) {}