mirror of
https://github.com/twigphp/Twig.git
synced 2026-08-30 03:57:21 +00:00
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:
committed by
GitHub
parent
3aba62185d
commit
fd2f6d4215
@@ -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,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user