Translated using Weblate (Slovenian)
[phpmyadmin.git] / phpstan.neon.dist
blob490d8874a5c5588c083db226a71a89edab135f31
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         - libraries/cache/*
16         - test/sami-config.php
17         - tmp/*
18         - twig-templates/*
19         - vendor/*