Bugfix typo in twig/intl-exta

Bugfix typo in text attribute name see https://github.com/twigphp/Twig/issues/3710
This commit is contained in:
ignace nyamagana butera
2022-06-07 10:14:11 +02:00
committed by GitHub
parent 3aba62185d
commit fd2f6d4215
+1 -1
View File
@@ -90,7 +90,7 @@ final class IntlExtension extends AbstractExtension
'negative_prefix' => \NumberFormatter::NEGATIVE_PREFIX,
'negative_suffix' => \NumberFormatter::NEGATIVE_SUFFIX,
'padding_character' => \NumberFormatter::PADDING_CHARACTER,
'currency_mode' => \NumberFormatter::CURRENCY_CODE,
'currency_code' => \NumberFormatter::CURRENCY_CODE,
'default_ruleset' => \NumberFormatter::DEFAULT_RULESET,
'public_rulesets' => \NumberFormatter::PUBLIC_RULESETS,
];