phpmyadmin/phpstan.neon.dist
Maurício Meneghini Fauth 355f6d9d20
Remove PhpMyAdmin\Config::enableBc method
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-07-09 13:59:04 -03:00

23 lines
510 B
Plaintext

includes:
- phpstan-baseline.neon
parameters:
level: max
paths:
- .
scanFiles:
- libraries/vendor_config.php
bootstrapFiles:
- test/phpstan-constants.php
checkMissingIterableValueType: false
excludes_analyse:
- examples/openid.php
- node_modules/*
- libraries/cache/*
- test/doctum-config.php
- tmp/*
- twig-templates/*
- vendor/*
dynamicConstantNames:
- ROOT_PATH
- VERSION_SUFFIX