phpstan.tests.neon.dist 316 B

12345678
  1. parameters:
  2. level: 6
  3. checkMissingIterableValueType: false
  4. ignoreErrors:
  5. - '#Parameter \#1 \$name of method Dotenv\\Repository\\RepositoryInterface::[a-z]+\(\) expects string, [a-z]+ given.#'
  6. - '#no return type specified#'
  7. - '#with no type#'
  8. - '#Call to deprecated method assertInternalType.+#'