phpstan.neon 395 B

1234567891011121314151617181920212223
  1. includes:
  2. - vendor/larastan/larastan/extension.neon
  3. parameters:
  4. # Level 10 is the highest level
  5. level: 1
  6. paths:
  7. - app/
  8. - bootstrap/
  9. - config/
  10. - database/
  11. - resources/
  12. - routes/
  13. - tests/
  14. excludePaths:
  15. - bootstrap/cache/*
  16. - storage/
  17. - vendor/
  18. # ignoreErrors:
  19. # - '#PHPDoc tag @var#'