Skip to content

Commit 735cbb6

Browse files
Remove non-resolved issues
1 parent 67f2e02 commit 735cbb6

File tree

3 files changed

+0
-56
lines changed

3 files changed

+0
-56
lines changed

tests/PHPStan/Rules/Arrays/NonexistentOffsetInArrayDimFetchRuleTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -385,11 +385,6 @@ public function testBug4747(): void
385385
$this->analyse([__DIR__ . '/data/bug-4747.php'], []);
386386
}
387387

388-
public function testBug6379(): void
389-
{
390-
$this->analyse([__DIR__ . '/data/bug-6379.php'], []);
391-
}
392-
393388
#[RequiresPhp('>= 8.0')]
394389
public function testBug4885(): void
395390
{
@@ -928,13 +923,6 @@ public function testBug4809(): void
928923
$this->analyse([__DIR__ . '/data/bug-4809.php'], []);
929924
}
930925

931-
public function testBug11602(): void
932-
{
933-
$this->reportPossiblyNonexistentGeneralArrayOffset = true;
934-
935-
$this->analyse([__DIR__ . '/data/bug-11602.php'], []);
936-
}
937-
938926
public function testBug12593(): void
939927
{
940928
$this->reportPossiblyNonexistentGeneralArrayOffset = true;

tests/PHPStan/Rules/Arrays/data/bug-11602.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

tests/PHPStan/Rules/Arrays/data/bug-6379.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)