phpstan.neon 344 B

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