mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-05 14:28:40 +00:00
adjust phpstan config
This commit is contained in:
parent
80326ab55b
commit
b075be6059
|
|
@ -6,6 +6,8 @@ parameters:
|
||||||
reportUnmatchedIgnoredErrors: false
|
reportUnmatchedIgnoredErrors: false
|
||||||
inferPrivatePropertyTypeFromConstructor: true
|
inferPrivatePropertyTypeFromConstructor: true
|
||||||
checkMissingIterableValueType: false
|
checkMissingIterableValueType: false
|
||||||
|
checkGenericClassInNonGenericObjectType: false
|
||||||
|
treatPhpDocTypesAsCertain: false
|
||||||
excludes_analyse:
|
excludes_analyse:
|
||||||
- *.tpl.php
|
- *.tpl.php
|
||||||
- */tests/*
|
- */tests/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user