Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
kubk committed Apr 19, 2024
1 parent 7e342d8 commit 87e2420
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phpstan-baseline.neon.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?php declare(strict_types = 1);

// https://github.com/phpstan/phpstan/discussions/6604#discussioncomment-2133932
$includes = [];
if (PHP_VERSION_ID >= 80200) {
$includes[] = __DIR__ . '/baseline-8.1.neon';
$includes[] = __DIR__ . '/phpstan-baseline.neon';
}
$config = [];
$config['includes'] = $includes;
Expand Down

0 comments on commit 87e2420

Please sign in to comment.