加密后的代码
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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/