We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b47c316 commit 5001336Copy full SHA for 5001336
1 file changed
src/Twig/IcuFormattingExtension.php
@@ -25,7 +25,7 @@ public function __construct(FormatterInterface $formatter, TranslatorInterface $
25
$this->translator = $translator;
26
}
27
28
- public function getFilters()
+ public function getFilters(): array
29
{
30
return [
31
new TwigFilter('icu_format', [$this, 'format']),
0 commit comments