mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 12:47:39 +02:00
Add baseline for php8.2
This commit is contained in:
10
phpstan-ignore-by-php-version.neon.php
Normal file
10
phpstan-ignore-by-php-version.neon.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php declare(strict_types = 1);
|
||||
|
||||
$includes = [];
|
||||
if (PHP_VERSION_ID >= 80200) {
|
||||
$includes[] = __DIR__ . '/phpstan-baseline-8.2.neon';
|
||||
}
|
||||
|
||||
$config['includes'] = $includes;
|
||||
|
||||
return $config;
|
Reference in New Issue
Block a user