From 0dc61476d666e6271af40cfc3a2bc465b9453511 Mon Sep 17 00:00:00 2001 From: Guite Date: Wed, 13 Nov 2019 14:20:58 +0100 Subject: [PATCH] php5 compat --- .../Zikula/Bundle/FormExtensionBundle/Form/Type/LocaleType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Zikula/Bundle/FormExtensionBundle/Form/Type/LocaleType.php b/src/lib/Zikula/Bundle/FormExtensionBundle/Form/Type/LocaleType.php index 693ae7e3af..606e9a0087 100644 --- a/src/lib/Zikula/Bundle/FormExtensionBundle/Form/Type/LocaleType.php +++ b/src/lib/Zikula/Bundle/FormExtensionBundle/Form/Type/LocaleType.php @@ -36,7 +36,7 @@ public function __construct(TranslatorInterface $translator, LocaleApiInterface $this->localeApi = $localeApi; } - public function setTranslator(TranslatorInterface $translator): void + public function setTranslator(TranslatorInterface $translator) { $this->translator = $translator; }