icingaweb2-module-businessp.../phpstan-baseline-by-php-version.php
2024-03-26 13:02:39 +01:00

12 lines
220 B
PHP

<?php
$includes = [];
if (PHP_VERSION_ID >= 80000) {
$includes[] = __DIR__ . '/phpstan-baseline-8x.neon';
} else {
$includes[] = __DIR__ . '/phpstan-baseline-7x.neon';
}
return [
'includes' => $includes
];