加密后的代码
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

phpstan.neon 548B

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/