Translated using Weblate (Slovenian)
[phpmyadmin.git] / phpstan.neon.dist
blob29af69ff95f3af69d0ca359cf530598b2e9ee752
1 includes:
2     - phpstan-baseline.neon
3 parameters:
4     level: max
5     paths:
6         - .
7     scanFiles:
8         - libraries/vendor_config.php
9         - vendor/phpmyadmin/motranslator/src/functions.php
10     bootstrapFiles:
11         - test/phpstan-constants.php
12     reportUnmatchedIgnoredErrors: true
13     inferPrivatePropertyTypeFromConstructor: true
14     checkMissingIterableValueType: false
15     checkGenericClassInNonGenericObjectType: false
16     excludes_analyse:
17         - examples/openid.php
18         - node_modules/*
19         - libraries/cache/*
20         - test/doctum-config.php
21         - tmp/*
22         - twig-templates/*
23         - vendor/*