Translated using Weblate (Japanese)
[phpmyadmin.git] / phpstan.neon.dist
blob29e5a7c556d04bc8cded9f73fa17ea17c8ff7071
1 includes:
2     - phpstan-baseline.neon
3 parameters:
4     level: max
5     paths:
6         - .
7     scanFiles:
8         - libraries/vendor_config.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