File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,15 +109,15 @@ Error: NumberFormatter object is already constructed in %s on line %d
109109
110110Deprecated: NumberFormatter::__construct(): Passing null to parameter #1 ($locale) of type string is deprecated in %s on line %d
111111
112- Deprecated: NumberFormatter::__construct(): Passing null to parameter #2 ($style) of type int is deprecated in %s on line %d
112+ Deprecated: NumberFormatter::__construct(): Passing null to parameter #2 ($style) of type int|string is deprecated in %s on line %d
113113
114114Deprecated: NumberFormatter::create(): Passing null to parameter #1 ($locale) of type string is deprecated in %s on line %d
115115
116- Deprecated: NumberFormatter::create(): Passing null to parameter #2 ($style) of type int is deprecated in %s on line %d
116+ Deprecated: NumberFormatter::create(): Passing null to parameter #2 ($style) of type int|string is deprecated in %s on line %d
117117
118118Deprecated: numfmt_create(): Passing null to parameter #1 ($locale) of type string is deprecated in %s on line %d
119119
120- Deprecated: numfmt_create(): Passing null to parameter #2 ($style) of type int is deprecated in %s on line %d
120+ Deprecated: numfmt_create(): Passing null to parameter #2 ($style) of type int|string is deprecated in %s on line %d
121121
122122ValueError: NumberFormatter::__construct(): Argument #1 ($locale) "%s" is invalid in %s on line %d
123123'U_ZERO_ERROR'
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Caught (8192): IntlRuleBasedBreakIterator::__construct(): Passing null to parame
3434Caught (8192): IntlRuleBasedBreakIterator::__construct(): Passing null to parameter #2 ($compiled) of type bool is deprecated
3535Caught (8192): Collator::__construct(): Passing null to parameter #1 ($locale) of type string is deprecated
3636Caught (8192): NumberFormatter::__construct(): Passing null to parameter #1 ($locale) of type string is deprecated
37- Caught (8192): NumberFormatter::__construct(): Passing null to parameter #2 ($style) of type int is deprecated
37+ Caught (8192): NumberFormatter::__construct(): Passing null to parameter #2 ($style) of type string| int is deprecated
3838Caught (8192): MessageFormatter::__construct(): Passing null to parameter #1 ($locale) of type string is deprecated
3939Caught (8192): MessageFormatter::__construct(): Passing null to parameter #2 ($pattern) of type string is deprecated
4040Caught (8192): ResourceBundle::__construct(): Passing null to parameter #3 ($fallback) of type bool is deprecated
You can’t perform that action at this time.
0 commit comments