phpmyadmin/phpstan.neon.dist
William Desportes d35f7ccfce
Exclude twig-templates temporary folder from phpstan analyse
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-03-24 23:03:07 +01:00

19 lines
481 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/*
- test/sami-config.php
- tmp/*
- twig-templates/*
- vendor/*