Skip to content

Commit

Permalink
fix NumberFormatter::TYPE_CURRENCY being deprecated in PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mbolli committed Oct 20, 2023
1 parent 9064783 commit 223ba6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extra/intl-extra/IntlExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ private static function availableDateFormats(): array
'int32' => \NumberFormatter::TYPE_INT32,
'int64' => \NumberFormatter::TYPE_INT64,
'double' => \NumberFormatter::TYPE_DOUBLE,
'currency' => \NumberFormatter::TYPE_CURRENCY,
];
private const NUMBER_STYLES = [
'decimal' => \NumberFormatter::DECIMAL,
Expand Down

0 comments on commit 223ba6e

Please sign in to comment.