Skip to content

Commit 9731b86

Browse files
committed
cs
1 parent fab7761 commit 9731b86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PHPStan/Rules/Methods/CallStaticMethodsRuleTest.php

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

1024-
#[RequiresPhp(">= 8.0.0")]
1024+
#[RequiresPhp('>= 8.0.0')]
10251025
public function testBug14596(): void
10261026
{
10271027
$this->checkThisOnly = false;

0 commit comments

Comments
 (0)