Skip to content

Commit 0b3e74f

Browse files
committed
Fix build
1 parent 815270d commit 0b3e74f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PHPStan/Rules/Properties/TypesAssignedToPropertiesRuleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -616,8 +616,8 @@ public function testGenericsInCallableInConstructor(): void
616616

617617
public function testBug11275(): void
618618
{
619-
if (PHP_VERSION_ID < 70400) {
620-
$this->markTestSkipped('Test requires PHP 7.4.');
619+
if (PHP_VERSION_ID < 80000) {
620+
$this->markTestSkipped('Test requires PHP 8.0.');
621621
}
622622

623623
$this->checkExplicitMixed = true;

0 commit comments

Comments
 (0)