Skip to content

Commit 0dc6147

Browse files
committed
php5 compat
1 parent 88cae8f commit 0dc6147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Zikula/Bundle/FormExtensionBundle/Form/Type/LocaleType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function __construct(TranslatorInterface $translator, LocaleApiInterface
3636
$this->localeApi = $localeApi;
3737
}
3838

39-
public function setTranslator(TranslatorInterface $translator): void
39+
public function setTranslator(TranslatorInterface $translator)
4040
{
4141
$this->translator = $translator;
4242
}

0 commit comments

Comments
 (0)