Files
kulakpos_web/vendor/markbaker/matrix/phpstan.neon

7 lines
330 B
Plaintext
Raw Normal View History

2026-03-30 14:54:57 +07: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#'
- '#Method [A-Za-z\\]+::[A-Za-z]+\(\) has parameter \$[A-Za-z0-9]+ with no typehint specified#'
checkMissingIterableValueType: false