Merge pull request #17387 from mauriciofauth/session-cookie-samesite-php72
[phpmyadmin.git] / phpstan.neon.dist
blob0d1f2110f68679d2a0f5509896f1aa19693171d4
1 includes:
2     - phpstan-baseline.neon
3 parameters:
4     level: 8
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     excludePaths:
16         - examples/openid.php
17         - node_modules/*
18         - libraries/cache/*
19         - test/doctum-config.php
20         - tmp/*
21         - twig-templates/*
22         - vendor/*
23     dynamicConstantNames:
24         - VERSION_SUFFIX