We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab7761 commit 9731b86Copy full SHA for 9731b86
1 file changed
tests/PHPStan/Rules/Methods/CallStaticMethodsRuleTest.php
@@ -1021,7 +1021,7 @@ public function testBug11894(): void
1021
$this->analyse([__DIR__ . '/data/bug-11894.php'], []);
1022
}
1023
1024
- #[RequiresPhp(">= 8.0.0")]
+ #[RequiresPhp('>= 8.0.0')]
1025
public function testBug14596(): void
1026
{
1027
$this->checkThisOnly = false;
0 commit comments