Merge branch 'QA_5_0'
[phpmyadmin.git] / phpstan.neon.dist
blob6576359f3c9735b776fe40af372e670409ddfcc1
1 includes:
2     - phpstan-baseline.neon
3 parameters:
4     level: max
5     paths:
6         - .
7     bootstrap: test/bootstrap-phpstan.php
8     reportUnmatchedIgnoredErrors: true
9     inferPrivatePropertyTypeFromConstructor: true
10     checkMissingIterableValueType: false
11     checkGenericClassInNonGenericObjectType: false
12     excludes_analyse:
13         - examples/openid.php
14         - node_modules/*
15         - test/sami-config.php
16         - tmp/*
17         - vendor/*