phpstan.neon 427 B

12345678910
  1. parameters:
  2. autoload_files:
  3. - %rootDir%/../../../tests/bootstrap.php
  4. excludes_analyse:
  5. - %rootDir%/../../../src/TestSuite/*
  6. - %rootDir%/../../../src/View/Helper/TreeHelper
  7. ignoreErrors:
  8. - '#Call to an undefined method Cake\\Controller\\Component\\FlashComponent::success\(\)#'
  9. - '#Tools\\Utility\\Mime::\_\_construct\(\) does not call parent constructor from Cake\\Http\\Response#'
  10. - '#Undefined variable: \$i#'