Skip to content

Commit 176237a

Browse files
committed
Fix build
1 parent 7ac6383 commit 176237a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PHPStan/Rules/Arrays/OffsetAccessAssignmentRuleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function testOffsetAccessAssignmentToScalar(): void
5858
68,
5959
],
6060
[
61-
'Cannot assign offset array(1, 2, 3) to SplObjectStorage.',
61+
'Cannot assign offset array(1, 2, 3) to SplObjectStorage<object, mixed>.',
6262
72,
6363
],
6464
[
@@ -100,7 +100,7 @@ public function testOffsetAccessAssignmentToScalarWithoutMaybes(): void
100100
68,
101101
],
102102
[
103-
'Cannot assign offset array(1, 2, 3) to SplObjectStorage.',
103+
'Cannot assign offset array(1, 2, 3) to SplObjectStorage<object, mixed>.',
104104
72,
105105
],
106106
[

0 commit comments

Comments
 (0)