Files
fast_response/admin/vendor/markbaker/matrix/phpstan.neon
Your Name dce091da91 t
2025-03-27 07:52:44 +00:00

7 lines
330 B
Plaintext
Executable File

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