diff --git a/phpstan-ignore.php b/phpstan-ignore.php new file mode 100644 index 0000000..503c5a0 --- /dev/null +++ b/phpstan-ignore.php @@ -0,0 +1,9 @@ += 80400) { + $config['parameters']['ignoreErrors'] = [['identifier' => 'parameter.implicitlyNullable']]; +} + +return $config; diff --git a/phpstan.neon b/phpstan.neon index 077ee5a..a525845 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,3 +1,5 @@ +includes: + - phpstan-ignore.php parameters: level: 5 paths: