phpstan.neon 548 B

123456789101112131415
  1. parameters:
  2. checkMissingIterableValueType: false
  3. ignoreErrors:
  4. - '#Call to an undefined method DateTimeInterface::add\(\)#'
  5. - '#Call to an undefined method DateTimeInterface::modify\(\)#'
  6. - '#Call to an undefined method DateTimeInterface::setDate\(\)#'
  7. - '#Call to an undefined method DateTimeInterface::setTime\(\)#'
  8. - '#Call to an undefined method DateTimeInterface::setTimezone\(\)#'
  9. - '#Call to an undefined method DateTimeInterface::sub\(\)#'
  10. level: max
  11. paths:
  12. - src/