phpstan.neon 226 字节 原文件 审查 历史 永久链接 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