phpmyadmin/phpstan.neon.dist
Maurício Meneghini Fauth ae8e621d55 Do not treat PHP doc types as certain in PHPStan
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-10-21 09:36:15 -03:00

23 lines
586 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
checkGenericClassInNonGenericObjectType: false
treatPhpDocTypesAsCertain: false
excludes_analyse:
- examples/openid.php
- node_modules/*
- libraries/cache/*
- test/doctum-config.php
- tmp/*
- twig-templates/*
- vendor/*