Skip to content

Commit

Permalink
Merge branch '2.x' into 3.x
Browse files Browse the repository at this point in the history
* 2.x:
  Bugfix typo in twig/intl-exta
  • Loading branch information
fabpot committed Jun 10, 2022
2 parents 8dca6f4 + ca63f8e commit 151e50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IntlExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
];
Expand Down

0 comments on commit 151e50f

Please sign in to comment.