Skip to content

Commit afa9419

Browse files
Fix 7.4 tests
1 parent e821ab7 commit afa9419

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/PHPStan/Rules/Methods/CallToStaticMethodStatementWithoutSideEffectsRuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ public function testFirstClassCallables(): void
102102
]);
103103
}
104104

105+
#[RequiresPhp('>= 8.0')]
105106
public function testBug10819(): void
106107
{
107108
$errors = [];

0 commit comments

Comments
 (0)