phpstan-next.neon 603 B

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