diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 490d8874a5..2ba626439d 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -4,7 +4,7 @@ parameters: level: max paths: - . - bootstrap: test/bootstrap-phpstan.php + bootstrap: test/bootstrap-static.php reportUnmatchedIgnoredErrors: true inferPrivatePropertyTypeFromConstructor: true checkMissingIterableValueType: false diff --git a/psalm.xml b/psalm.xml index 4b7b230ce5..10c444f18c 100644 --- a/psalm.xml +++ b/psalm.xml @@ -1,6 +1,6 @@