File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/PHPStan/Rules/Arrays Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,11 @@ public function testRule(): void
52
52
29 ,
53
53
],
54
54
[
55
- 'Array unpacking cannot be used on an array with potential string keys: array<int|string, string> ' ,
55
+ 'Array unpacking cannot be used on an array with potential string keys: array<string> ' ,
56
56
40 ,
57
57
],
58
58
[
59
- 'Array unpacking cannot be used on an array with potential string keys: array<int|string, string> ' ,
59
+ 'Array unpacking cannot be used on an array with potential string keys: array<string> ' ,
60
60
52 ,
61
61
],
62
62
[
@@ -87,11 +87,11 @@ public function testRuleDoNotCheckBenevolentUnion(): void
87
87
18 ,
88
88
],
89
89
[
90
- 'Array unpacking cannot be used on an array with potential string keys: array<int|string, string> ' ,
90
+ 'Array unpacking cannot be used on an array with potential string keys: array<string> ' ,
91
91
40 ,
92
92
],
93
93
[
94
- 'Array unpacking cannot be used on an array with potential string keys: array<int|string, string> ' ,
94
+ 'Array unpacking cannot be used on an array with potential string keys: array<string> ' ,
95
95
52 ,
96
96
],
97
97
[
You can’t perform that action at this time.
0 commit comments