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#'
|
2023-11-02 14:13:04 +08:00
|
|
|
- '#Method [A-Za-z\\]+::[A-Za-z]+\(\) has parameter \$[A-Za-z0-9]+ with no typehint specified#'
|
|
|
|
checkMissingIterableValueType: false
|