mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 12:26:30 +00:00
Merge branch '2.x' into 3.x
* 2.x: Bugfix typo in twig/intl-exta
This commit is contained in:
@@ -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