We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f543f23 commit 80a6d7bCopy full SHA for 80a6d7b
tests/PHPStan/Rules/TooWideTypehints/TooWidePropertyTypeRuleTest.php
@@ -62,7 +62,6 @@ public function testBug11667(): void
62
$this->analyse([__DIR__ . '/data/bug-11667.php'], []);
63
}
64
65
- #[RequiresPhp('>= 8.2')]
66
public function testBug13384(): void
67
{
68
$this->reportTooWideBool = true;
@@ -78,12 +77,6 @@ public function testBug13384(): void
78
77
]);
79
80
81
- #[RequiresPhp('< 8.2')]
82
- public function testBug13384NoStandaloneTrueFalse(): void
83
- {
84
- $this->analyse([__DIR__ . '/data/bug-13384.php'], []);
85
- }
86
-
87
public function testBug13384b(): void
88
89
0 commit comments