phpmyadmin/phpstan.neon.dist
Maurício Meneghini Fauth 6989d615a5
Fix some errors found by PHPStan
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-06-09 13:07:40 -03:00

27 lines
618 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:
- PMA_IS_WINDOWS
- PMA_USR_BROWSER_AGENT
- PMA_USR_BROWSER_VER
- PMA_USR_OS
- ROOT_PATH
- VERSION_SUFFIX