adjust phpstan config

This commit is contained in:
Dennis Eichhorn 2020-11-27 22:55:25 +01:00
parent 80326ab55b
commit b075be6059

View File

@ -6,6 +6,8 @@ parameters:
reportUnmatchedIgnoredErrors: false
inferPrivatePropertyTypeFromConstructor: true
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
treatPhpDocTypesAsCertain: false
excludes_analyse:
- *.tpl.php
- */tests/*