2023-05-10 13:39:12 +08:00
|
|
|
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#'
|
2024-02-28 17:33:11 +08:00
|
|
|
- '#Method [A-Za-z\\]+::[A-Za-z]+\(\) has parameter \$[A-Za-z0-9]+ with no typehint specified#'
|
|
|
|
checkMissingIterableValueType: false
|