phpmyadmin/phpstan.neon.dist
Maurício Meneghini Fauth 8565d20256
Bump PHPStan version to 1.0.0
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-11-01 19:36:04 -03:00

25 lines
631 B
Plaintext

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