Skip to content

Commit b5cd11e

Browse files
Phpstan: Remove now obsolete version based baseline files
Phpstan now ignores these error messages, so we can remove these.
1 parent b0ff808 commit b5cd11e

3 files changed

Lines changed: 0 additions & 18 deletions

File tree

phpstan-baseline-8.2+.neon

Lines changed: 0 additions & 6 deletions
This file was deleted.

phpstan-baseline-by-php-version.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
$includes[] = __DIR__ . '/phpstan-baseline-7x.neon';
88
}
99

10-
if (PHP_VERSION_ID >= 80200) {
11-
$includes[] = __DIR__ . '/phpstan-baseline-8.2+.neon';
12-
} else {
13-
$includes[] = __DIR__ . '/phpstan-baseline-pre-8.2.neon';
14-
}
15-
1610
return [
1711
'includes' => $includes
1812
];

phpstan-baseline-pre-8.2.neon

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)