phpmyadmin/phpstan.neon.dist
William Desportes 8d0085310a
Rename test/bootstrap-phpstan.php to test/bootstrap-static.php
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-05-02 01:21:20 +02:00

20 lines
508 B
Plaintext

includes:
- phpstan-baseline.neon
parameters:
level: max
paths:
- .
bootstrap: test/bootstrap-static.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/*