phpmyadmin/phpstan.neon.dist
Maurício Meneghini Fauth 0fbed5e6bd
Merge branch 'QA_5_1'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-11-01 20:04:15 -03:00

23 lines
504 B
Plaintext

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