phpstan-next.neon 503 B

12345678910111213141516171819
  1. includes:
  2. - phpstan.dist.neon
  3. - vendor/phpstan/phpstan/conf/bleedingEdge.neon
  4. parameters:
  5. level: max
  6. checkImplicitMixed: true # TODO pass
  7. strictRules:
  8. strictArrayFilter: false # TODO pass maybe
  9. excludePaths:
  10. analyse:
  11. # TODO: Update files below and remove them from this list
  12. - app/Models/Entry.php
  13. - app/Models/EntryDAO.php
  14. - app/Models/FeedDAO.php
  15. - app/Models/TagDAO.php
  16. - app/Models/Themes.php
  17. - app/Services/ImportService.php
  18. - app/views/helpers/feed/update.phtml