Translated using Weblate (Slovenian)
[phpmyadmin.git] / phpstan.neon.dist
blob995ca0b14f613a5667ddfb8504ee114f2002925e
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     checkMissingIterableValueType: false
13     checkGenericClassInNonGenericObjectType: false
14     treatPhpDocTypesAsCertain: false
15     excludes_analyse:
16         - examples/openid.php
17         - node_modules/*
18         - libraries/cache/*
19         - test/doctum-config.php
20         - tmp/*
21         - twig-templates/*
22         - vendor/*