Merge pull request #17279 from kamil-tekiela/Dbal-pt.4
[phpmyadmin.git] / phpstan.neon.dist
blob2448f23c7c4ebf2c6fdb5b6f340a430de3fc742a
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     excludePaths:
12         - examples/openid.php
13         - node_modules/*
14         - libraries/cache/*
15         - test/doctum-config.php
16         - tmp/*
17         - twig-templates/*
18         - vendor/*
19     dynamicConstantNames:
20         - ROOT_PATH
21         - VERSION_SUFFIX