Skip to content

Commit 8dc9814

Browse files
committed
v3
1 parent 926be46 commit 8dc9814

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phpstan.neon.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
$config['includes'][] = __DIR__ . '/phpstan.php-lt-83.neon';
1616
}
1717

18-
if (PHP_VERSION_ID > 80300) {
19-
$config['includes'][] = __DIR__ . '/phpstan.php-gt-83.neon';
18+
if (PHP_VERSION_ID >= 80400) {
19+
$config['includes'][] = __DIR__ . '/phpstan.php-gte-84.neon';
2020
}
2121

2222
return $config;
File renamed without changes.

0 commit comments

Comments
 (0)