phpmyadmin/phpstan.neon.dist
William Desportes 01f21e0fdf
Add new cache directory
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-03-28 10:38:11 +01:00

20 lines
509 B
Plaintext

includes:
- phpstan-baseline.neon
parameters:
level: max
paths:
- .
bootstrap: test/bootstrap-phpstan.php
reportUnmatchedIgnoredErrors: true
inferPrivatePropertyTypeFromConstructor: true
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
excludes_analyse:
- examples/openid.php
- node_modules/*
- libraries/cache/*
- test/sami-config.php
- tmp/*
- twig-templates/*
- vendor/*