Translated using Weblate (Afrikaans)
[phpmyadmin.git] / phpstan.neon.dist
blob2ba626439d4ac98e677ee1fa1747799be54c873f
1 includes:
2     - phpstan-baseline.neon
3 parameters:
4     level: max
5     paths:
6         - .
7     bootstrap: test/bootstrap-static.php
8     reportUnmatchedIgnoredErrors: true
9     inferPrivatePropertyTypeFromConstructor: true
10     checkMissingIterableValueType: false
11     checkGenericClassInNonGenericObjectType: false
12     excludes_analyse:
13         - examples/openid.php
14         - node_modules/*
15         - libraries/cache/*
16         - test/sami-config.php
17         - tmp/*
18         - twig-templates/*
19         - vendor/*