phpstan.neon 654 B

12345678910
  1. parameters:
  2. ignoreErrors:
  3. # false positive
  4. - '#Call to an undefined method object::getDocComment\(\)#'
  5. - '#Cannot call method render\(\) on phpDocumentor\\Reflection\\DocBlock\\Description\|string#'
  6. - '#Calling method create\(\) on possibly null value of type phpDocumentor\\Reflection\\DocBlock\\DescriptionFactory\|null#'
  7. - '#Calling method resolve\(\) on possibly null value of type phpDocumentor\\Reflection\\(TypeResolver|FqsenResolver)\|null#'
  8. # nested parents
  9. - '#Calling method render\(\) on possibly null value of type phpDocumentor\\Reflection\\DocBlock\\Description\|string\|null#'