口腔客户管理系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

phpstan.neon 330B

2 anni fa
123456
  1. parameters:
  2. ignoreErrors:
  3. - '#Property [A-Za-z\\]+::\$[A-Za-z]+ has no typehint specified#'
  4. - '#Method [A-Za-z\\]+::[A-Za-z]+\(\) has no return typehint specified#'
  5. - '#Method [A-Za-z\\]+::[A-Za-z]+\(\) has parameter \$[A-Za-z0-9]+ with no typehint specified#'
  6. checkMissingIterableValueType: false