Skip to content

Commit

Permalink
php5 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Nov 13, 2019
1 parent 88cae8f commit 0dc6147
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 0dc6147

Please sign in to comment.