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 09a58d0 commit 8d698fcCopy full SHA for 8d698fc
tests/PHPStan/Rules/TooWideTypehints/TooWideMethodReturnTypehintRuleTest.php
@@ -208,12 +208,14 @@ public function testBug10312b(): void
208
$this->analyse([__DIR__ . '/data/bug-10312b.php'], []);
209
}
210
211
+ #[RequiresPhp('>= 8.1')]
212
public function testBug10312c(): void
213
{
214
$this->checkProtectedAndPublicMethods = true;
215
$this->analyse([__DIR__ . '/data/bug-10312c.php'], []);
216
217
218
219
public function testBug10312d(): void
220
221
0 commit comments