Skip to content

Commit be7d2e9

Browse files
committed
Update NonexistentOffsetInArrayDimFetchRuleTest.php
1 parent 982967f commit be7d2e9

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
@@ -938,14 +938,6 @@ public function testBug12981(): void
938938
$this->reportPossiblyNonexistentGeneralArrayOffset = true;
939939

940940
$this->analyse([__DIR__ . '/data/bug-12981.php'], [
941-
[
942-
'Offset array<int, int|string> might not exist on non-empty-array<bool|float|int|string>.',
943-
31,
944-
],
945-
[
946-
'Offset array<int, int|string> might not exist on non-empty-array<bool|float|int|string>.',
947-
33,
948-
],
949941
[
950942
'Offset array<int, int|string>|int|string might not exist on non-empty-array<bool|float|int|string>.',
951943
39,

0 commit comments

Comments
 (0)