Translated using Weblate (Turkish)
[phpmyadmin.git] / phpstan.neon.dist
blob2d9a7ccde2de80b361b03a8735ddf2172e6717c2
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/*
23     dynamicConstantNames:
24         - PMA_IS_WINDOWS
25         - PMA_USR_BROWSER_AGENT
26         - PMA_USR_BROWSER_VER
27         - PMA_USR_OS
28         - ROOT_PATH
29         - VERSION_SUFFIX