Skip to content

Commit 5c352cf

Browse files
janedbalondrejmirtes
authored andcommitted
Drop dead dataProvider in ExistingClassesInTypehintsRuleTest
1 parent d0dbb2c commit 5c352cf

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/PHPStan/Rules/Functions/ExistingClassesInTypehintsRuleTest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -416,16 +416,6 @@ public function testIntersectionTypes(int $phpVersion, array $errors): void
416416
$this->analyse([__DIR__ . '/data/intersection-types.php'], $errors);
417417
}
418418

419-
public function dataTrueTypes(): array
420-
{
421-
return [
422-
[
423-
80200,
424-
[],
425-
],
426-
];
427-
}
428-
429419
public function testTrueTypehint(): void
430420
{
431421
if (PHP_VERSION_ID >= 80200) {

0 commit comments

Comments
 (0)