Skip to content

Commit 40e9984

Browse files
committed
Update ReturnTypeRuleTest.php
1 parent 2bff91d commit 40e9984

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/PHPStan/Rules/Methods/ReturnTypeRuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,6 +1326,7 @@ public function testBug10924(): void
13261326
$this->analyse([__DIR__ . '/data/bug-10924.php'], []);
13271327
}
13281328

1329+
#[RequiresPhp('>= 8.0.0')]
13291330
public function testBug8985(): void
13301331
{
13311332
$this->checkExplicitMixed = true;

0 commit comments

Comments
 (0)