Skip to content

Commit 80e1e48

Browse files
committed
[phpstorm] WI-75881 add NumberFormatter::DECIMAL to expected values
1 parent 3195b18 commit 80e1e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intl/intl.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ class NumberFormatter
925925
#[Pure]
926926
public function __construct(
927927
#[LanguageAware(['8.0' => 'string'], default: '')] $locale,
928-
#[LanguageAware(['8.0' => 'int'], default: '')] #[EV([NumberFormatter::PATTERN_DECIMAL,
928+
#[LanguageAware(['8.0' => 'int'], default: '')] #[EV([NumberFormatter::DECIMAL, NumberFormatter::PATTERN_DECIMAL,
929929
NumberFormatter::PATTERN_RULEBASED, NumberFormatter::CURRENCY, NumberFormatter::PERCENT,
930930
NumberFormatter::SCIENTIFIC, NumberFormatter::SPELLOUT, NumberFormatter::ORDINAL,
931931
NumberFormatter::DURATION, NumberFormatter::PATTERN_RULEBASED, NumberFormatter::CURRENCY_ACCOUNTING,

0 commit comments

Comments
 (0)