diff --git a/tests/PHPStan/Rules/Arrays/NonexistentOffsetInArrayDimFetchRuleTest.php b/tests/PHPStan/Rules/Arrays/NonexistentOffsetInArrayDimFetchRuleTest.php index d7e5141453..deacff9371 100644 --- a/tests/PHPStan/Rules/Arrays/NonexistentOffsetInArrayDimFetchRuleTest.php +++ b/tests/PHPStan/Rules/Arrays/NonexistentOffsetInArrayDimFetchRuleTest.php @@ -687,7 +687,7 @@ public function testBug8068(): void public function testBug6243(): void { - if (PHP_VERSION_ID < 704000) { + if (PHP_VERSION_ID < 70400) { $this->markTestSkipped('Test requires PHP 7.4.'); }