summaryrefslogtreecommitdiffstats
path: root/vendor/markbaker/matrix/phpstan.neon
blob: 8e254effe5ad3513fa754e0f83324b8aa6a04b85 (plain) (blame)
1
2
3
4
5
6
parameters:
    ignoreErrors:
        - '#Property [A-Za-z\\]+::\$[A-Za-z]+ has no typehint specified#'
        - '#Method [A-Za-z\\]+::[A-Za-z]+\(\) has no return typehint specified#'
        - '#Method [A-Za-z\\]+::[A-Za-z]+\(\) has parameter \$[A-Za-z0-9]+ with no typehint specified#'
    checkMissingIterableValueType: false