Skip to content

Commit f29c09c

Browse files
Fix build on 7.4
1 parent 4692e26 commit f29c09c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/PHPStan/Rules/Properties/TypesAssignedToPropertiesRuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,6 +1025,7 @@ public function testBug12250(): void
10251025
$this->analyse([__DIR__ . '/data/bug-12250.php'], []);
10261026
}
10271027

1028+
#[RequiresPhp('>= 8.0')]
10281029
public function testBug12688(): void
10291030
{
10301031
$this->checkExplicitMixed = true;

0 commit comments

Comments
 (0)