fix NumberFormatter::TYPE_CURRENCY being deprecated in PHP 8.3

This commit is contained in:
Michael Bolli
2023-10-20 16:28:22 +02:00
parent 90647839ac
commit 223ba6ecde
-1
View File
@@ -67,7 +67,6 @@ final class IntlExtension extends AbstractExtension
'int32' => \NumberFormatter::TYPE_INT32,
'int64' => \NumberFormatter::TYPE_INT64,
'double' => \NumberFormatter::TYPE_DOUBLE,
'currency' => \NumberFormatter::TYPE_CURRENCY,
];
private const NUMBER_STYLES = [
'decimal' => \NumberFormatter::DECIMAL,