Skip to content

Commit 9159c73

Browse files
committed
Update NonexistentOffsetInArrayDimFetchRuleTest.php
1 parent 741af2c commit 9159c73

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/PHPStan/Rules/Arrays/NonexistentOffsetInArrayDimFetchRuleTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -947,14 +947,6 @@ public function testBug12981(): void
947947
$this->reportPossiblyNonexistentGeneralArrayOffset = true;
948948

949949
$this->analyse([__DIR__ . '/data/bug-12981.php'], [
950-
[
951-
'Offset array<int, int|string> might not exist on non-empty-array<bool|float|int|string>.',
952-
31,
953-
],
954-
[
955-
'Offset array<int, int|string> might not exist on non-empty-array<bool|float|int|string>.',
956-
33,
957-
],
958950
[
959951
'Offset array<int, int|string>|int|string might not exist on non-empty-array<bool|float|int|string>.',
960952
39,

0 commit comments

Comments
 (0)