Skip to content

Commit 7f3e2df

Browse files
committed
fixup! [PHPStan] Split baselines
1 parent cf4069f commit 7f3e2df

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

phpstan-baseline.neon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
$includes = [];
1010

1111
if (PHP_VERSION_ID >= 80300) {
12-
$includes[] = __DIR__ . '/phpstan-baseline-.neon';
12+
$includes[] = __DIR__ . '/phpstan-baseline.neon';
1313
} else {
1414
$includes[] = __DIR__ . '/phpstan-baseline-7.4.neon';
1515
}

phpstan.neon.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ parameters:
1212
paths:
1313
- src
1414
- tests
15-

0 commit comments

Comments
 (0)