phpstan.neon 862 B

123456789101112131415161718192021222324
  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. -
  20. message: '#Instanceof between mixed and .+ComparisonExpression will always evaluate to false\.#'
  21. path: '%rootDir%/../../../src/Model/Behavior/BitmaskedBehavior.php'
  22. services:
  23. -
  24. class: Cake\PHPStan\AssociationTableMixinClassReflectionExtension