mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-05 12:59:44 +00:00
Rector changes and immplementations of required methods
This commit is contained in:
@@ -50,7 +50,7 @@ class TranslatableStringTwig extends AbstractExtension
|
||||
return 'chill_main_localize';
|
||||
}
|
||||
|
||||
public function localize(array $translatableStrings)
|
||||
public function localize(array $translatableStrings): ?string
|
||||
{
|
||||
return $this->helper
|
||||
->localize($translatableStrings);
|
||||
|
Reference in New Issue
Block a user