phpstan.src.neon.dist 527 B

12345678
  1. parameters:
  2. level: max
  3. ignoreErrors:
  4. - '#Call to function is_string\(\) with string will always evaluate to true.#'
  5. - '#Variable \$defaults might not be defined.#'
  6. - '/^Parameter \#1 \$readers of class Dotenv\\Repository\\[a-zA-Z]*Repository[a-zA-Z]* constructor expects/'
  7. - '/^Parameter \#2 \$writers of class Dotenv\\Repository\\[a-zA-Z]*Repository[a-zA-Z]* constructor expects/'
  8. - '#Parameter \#1 \$name of method Dotenv\\Repository\\AbstractRepository::set\(\) expects string, string\|null given.#'