phpstan-next.neon 481 B

123456789101112131415161718
  1. includes:
  2. - phpstan.neon
  3. parameters:
  4. level: 9
  5. excludePaths:
  6. analyse:
  7. # TODO: Update files below and remove them from this list
  8. - app/Controllers/configureController.php
  9. - app/Controllers/importExportController.php
  10. - app/Models/DatabaseDAO.php
  11. - app/Models/Entry.php
  12. - app/Models/Feed.php
  13. - app/Services/ImportService.php
  14. - app/views/configure/archiving.phtml
  15. - app/views/helpers/feed/update.phtml
  16. - lib/Minz/Helper.php
  17. - lib/Minz/Request.php