phpstan.neon 626 B

12345678910111213141516
  1. parameters:
  2. autoload_files:
  3. - %rootDir%/../../../tests/bootstrap.php
  4. excludes_analyse:
  5. - %rootDir%/../../../src/TestSuite/*
  6. - %rootDir%/../../../src/View/Helper/TreeHelper
  7. - %rootDir%/../../../src/Utility/Mime
  8. ignoreErrors:
  9. - '#Access to an undefined property .+Table::\$belongsTo#'
  10. - '#Call to an undefined method .+TimeHelper::.+\(\)#'
  11. - '#Access to protected property .+ServerRequest::\$.+#'
  12. - '#Return type \(bool\) of method .+Email::send\(\) should be compatible with return type \(array\) of method .+Email::send\(\)#'
  13. services:
  14. -
  15. class: Cake\PHPStan\AssociationTableMixinClassReflectionExtension