Skip to content

Commit e77c34e

Browse files
committed
fix php7.4 build
1 parent b240b1a commit e77c34e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/PHPStan/Rules/Comparison/IfConstantConditionRuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ public function testBug8926(): void
182182
$this->analyse([__DIR__ . '/data/bug-8926.php'], []);
183183
}
184184

185+
#[RequiresPhp('>= 8.0')]
185186
public function testBug13384b(): void
186187
{
187188
$this->treatPhpDocTypesAsCertain = true;

0 commit comments

Comments
 (0)