Skip to content

Commit fab7761

Browse files
committed
requires php8
1 parent a3f1200 commit fab7761

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/PHPStan/Rules/Methods/CallMethodsRuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4078,6 +4078,7 @@ public function testBug8048(): void
40784078
$this->analyse([__DIR__ . '/data/bug-8048.php'], []);
40794079
}
40804080

4081+
#[RequiresPhp('>= 8.0.0')]
40814082
public function testBug14596(): void
40824083
{
40834084
$this->checkThisOnly = false;

tests/PHPStan/Rules/Methods/CallStaticMethodsRuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,7 @@ public function testBug11894(): void
10211021
$this->analyse([__DIR__ . '/data/bug-11894.php'], []);
10221022
}
10231023

1024+
#[RequiresPhp(">= 8.0.0")]
10241025
public function testBug14596(): void
10251026
{
10261027
$this->checkThisOnly = false;

0 commit comments

Comments
 (0)