phpstan.neon 565 B

123456789101112131415
  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. - '#Call to an undefined method .+TimeHelper::.+\(\)#'
  10. - '#Access to protected property .+ServerRequest::\$.+#'
  11. - '#Return type \(bool\) of method .+Email::send\(\) should be compatible with return type \(array\) of method .+Email::send\(\)#'
  12. services:
  13. -
  14. class: Cake\PHPStan\AssociationTableMixinClassReflectionExtension