We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4069f commit 7f3e2dfCopy full SHA for 7f3e2df
phpstan-baseline.neon.php
@@ -9,7 +9,7 @@
9
$includes = [];
10
11
if (PHP_VERSION_ID >= 80300) {
12
- $includes[] = __DIR__ . '/phpstan-baseline-.neon';
+ $includes[] = __DIR__ . '/phpstan-baseline.neon';
13
} else {
14
$includes[] = __DIR__ . '/phpstan-baseline-7.4.neon';
15
}
phpstan.neon.dist
@@ -12,4 +12,3 @@ parameters:
paths:
- src
- tests
-
0 commit comments