phpstan.neon 380 B

1234567891011121314151617181920
  1. includes:
  2. - phpstan-baseline.neon
  3. parameters:
  4. level: 1
  5. treatPhpDocTypesAsCertain: false
  6. bootstrapFiles:
  7. - bootstrap.php
  8. paths:
  9. - TestCase/
  10. excludePaths:
  11. - TestCase/Error/DebuggerTest.php
  12. - TestCase/Error/ErrorHandlerTest.php
  13. - TestCase/Filesystem/FolderTest.php
  14. - TestCase/Routing/RouterTest.php
  15. earlyTerminatingMethodCalls:
  16. Cake\Console\Shell:
  17. - abort