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
109
109
110
110
Deprecated: NumberFormatter::__construct(): Passing null to parameter #1 ($locale) of type string is deprecated in %s on line %d
111
111
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
113
113
114
114
Deprecated: NumberFormatter::create(): Passing null to parameter #1 ($locale) of type string is deprecated in %s on line %d
115
115
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
117
117
118
118
Deprecated: numfmt_create(): Passing null to parameter #1 ($locale) of type string is deprecated in %s on line %d
119
119
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
121
121
122
122
ValueError: NumberFormatter::__construct(): Argument #1 ($locale) "%s" is invalid in %s on line %d
123
123
'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
34
34
Caught (8192): IntlRuleBasedBreakIterator::__construct(): Passing null to parameter #2 ($compiled) of type bool is deprecated
35
35
Caught (8192): Collator::__construct(): Passing null to parameter #1 ($locale) of type string is deprecated
36
36
Caught (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
38
38
Caught (8192): MessageFormatter::__construct(): Passing null to parameter #1 ($locale) of type string is deprecated
39
39
Caught (8192): MessageFormatter::__construct(): Passing null to parameter #2 ($pattern) of type string is deprecated
40
40
Caught (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