Skip to content

Commit 839e8aa

Browse files
committed
Update BooleanOrConstantConditionRuleTest.php
1 parent 4d702df commit 839e8aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/PHPStan/Rules/Comparison/BooleanOrConstantConditionRuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ public function testBug4004(): void
371371
$this->analyse([__DIR__ . '/data/bug-4004.php'], []);
372372
}
373373

374+
#[RequiresPhp('>= 8.0')]
374375
public function testBug10305(): void
375376
{
376377
$this->treatPhpDocTypesAsCertain = true;

0 commit comments

Comments
 (0)