Skip to content

Commit ca665e2

Browse files
committed
Test works on older PHP versions
1 parent 87302d3 commit ca665e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Properties/PropertyHookAttributesRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function testRule(): void
5858
]);
5959
}
6060

61-
#[RequiresPhp('>= 8.5')]
61+
#[RequiresPhp('>= 8.4')]
6262
public function testNoDiscard(): void
6363
{
6464
$this->analyse([__DIR__ . '/data/property-hook-attributes-nodiscard.php'], [

0 commit comments

Comments
 (0)