phpstan.neon 687 B

123456789101112131415161718192021
  1. parameters:
  2. checkMissingIterableValueType: false
  3. checkGenericClassInNonGenericObjectType: false
  4. autoload_files:
  5. - %rootDir%/../../../tests/bootstrap.php
  6. excludes_analyse:
  7. - %rootDir%/../../../src/TestSuite/*
  8. - %rootDir%/../../../src/Utility/Mime
  9. ignoreErrors:
  10. -
  11. message: '#Undefined variable: .+#'
  12. path: '%rootDir%/../../../src/View/Helper/TreeHelper.php'
  13. -
  14. message: '#Variable \$.+ might not be defined.#'
  15. path: '%rootDir%/../../../src/View/Helper/TreeHelper.php'
  16. -
  17. message: '#Cannot unset offset string on array.+\.#'
  18. path: '%rootDir%/../../../src/Utility/Language.php'
  19. services:
  20. -
  21. class: Cake\PHPStan\AssociationTableMixinClassReflectionExtension