We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#[RequiresPhp]
1 parent 14b1988 commit c5586bcCopy full SHA for c5586bc
tests/PHPStan/Rules/Functions/CallToFunctionParametersRuleTest.php
@@ -2182,12 +2182,9 @@ public function testBug13065(): void
2182
$this->analyse([__DIR__ . '/data/bug-13065.php'], $errors);
2183
}
2184
2185
+ #[RequiresPhp('>= 8.0')]
2186
public function testBug12317(): void
2187
{
- if (PHP_VERSION_ID < 80000) {
2188
- $this->markTestSkipped('Test requires PHP 8.0.');
2189
- }
2190
-
2191
$this->checkExplicitMixed = true;
2192
$this->checkImplicitMixed = true;
2193
$this->analyse([__DIR__ . '/data/bug-12317.php'], [
0 commit comments