Translated using Weblate (Slovenian)
[phpmyadmin.git] / phpstan.neon.dist
blob287cce19b64b64a83ee152afa08915e9ad6bd2d7
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     excludes_analyse:
14         - examples/openid.php
15         - node_modules/*
16         - libraries/cache/*
17         - test/doctum-config.php
18         - tmp/*
19         - twig-templates/*
20         - vendor/*
21     dynamicConstantNames:
22         - PMA_IS_WINDOWS
23         - PMA_USR_BROWSER_AGENT
24         - PMA_USR_BROWSER_VER
25         - PMA_USR_OS
26         - ROOT_PATH
27         - VERSION_SUFFIX