phpmyadmin/phpstan.neon.dist
Maurício Meneghini Fauth 80b8acf7aa
Enable PHPStan checkGenericClassInNonGenericObjectType config
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-05-22 18:27:27 -03:00

28 lines
677 B
Plaintext

includes:
- phpstan-baseline.neon
parameters:
level: max
paths:
- .
scanFiles:
- libraries/vendor_config.php
- vendor/phpmyadmin/motranslator/src/functions.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