icingaweb2-module-businessp.../phpstan-baseline-by-php-version.php

13 lines
220 B
PHP
Raw Permalink Normal View History

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