phpstan.neon 226 B

12345
  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. checkMissingIterableValueType: false