Skip to content

Commit 0ca7b94

Browse files
committed
Typo
1 parent fe2d217 commit 0ca7b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/AnalyserIntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,7 @@ public function testBug11913(): void
14831483

14841484
public function testBug12083InArrayEnum(): void
14851485
{
1486-
if (PHP_VERSION_ID >= 80100) {
1486+
if (PHP_VERSION_ID < 80100) {
14871487
$this->markTestSkipped('Test requires PHP version >= 8.1');
14881488
}
14891489

0 commit comments

Comments
 (0)