审查视图

vendor/markbaker/matrix/phpstan.neon 226 字节
root authored
1 2 3 4 5
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#'
    checkMissingIterableValueType: false