Skip to content

Commit 484574b

Browse files
committedFeb 12, 2025
Fix build
1 parent 27f7b21 commit 484574b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed
 

‎tests/PHPStan/Rules/Arrays/ArrayUnpackingRuleTest.php

-8
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,6 @@ public function testRuleDoNotCheckBenevolentUnion(): void
8686
'Array unpacking cannot be used on an array with string keys: array<string, string>',
8787
18,
8888
],
89-
[
90-
'Array unpacking cannot be used on an array with potential string keys: array<string>',
91-
40,
92-
],
93-
[
94-
'Array unpacking cannot be used on an array with potential string keys: array<string>',
95-
52,
96-
],
9789
[
9890
'Array unpacking cannot be used on an array with string keys: array{foo: string, bar: int}',
9991
63,

0 commit comments

Comments
 (0)