24 lines
638 B
Plaintext
24 lines
638 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
|
|
reportUnmatchedIgnoredErrors: true
|
|
inferPrivatePropertyTypeFromConstructor: true
|
|
checkMissingIterableValueType: false
|
|
checkGenericClassInNonGenericObjectType: false
|
|
excludes_analyse:
|
|
- examples/openid.php
|
|
- node_modules/*
|
|
- libraries/cache/*
|
|
- test/doctum-config.php
|
|
- tmp/*
|
|
- twig-templates/*
|
|
- vendor/*
|