Translated using Weblate (Slovenian)
[phpmyadmin.git] / phpstan.neon.dist
blob8c3604bc455b8df49819030da1dc101f798b9e1a
1 includes:
2     - phpstan-baseline.neon
3 parameters:
4     level: max
5     paths:
6         - .
7     scanFiles:
8         - libraries/constants.php
9     bootstrapFiles:
10         - test/phpstan-constants.php
11     stubFiles:
12         - test/stubs/uploadprogress.stub
13     excludePaths:
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         - ROOT_PATH
23         - VERSION_SUFFIX