phpstan-next.txt 1.0 KB

123456789101112131415161718192021222324252627282930
  1. # List of files, which are not yet passing PHPStan level 6 https://phpstan.org/user-guide/rule-levels
  2. # https://github.com/FreshRSS/FreshRSS/issues/4112
  3. # Used for automated tests to avoid regressions in files already passing that level.
  4. # Can be regenerated with something like:
  5. # find . -type d -name 'vendor' -prune -o -name '*.php' -exec sh -c 'vendor/bin/phpstan analyse --level 6 --memory-limit 512M {} >/dev/null 2>/dev/null || echo {}' \;
  6. ./app/Controllers/feedController.php
  7. ./app/Controllers/userController.php
  8. ./app/install.php
  9. ./app/Models/Category.php
  10. ./app/Models/CategoryDAO.php
  11. ./app/Models/Entry.php
  12. ./app/Models/Feed.php
  13. ./app/Models/FeedDAO.php
  14. ./app/Models/FilterAction.php
  15. ./app/Models/Search.php
  16. ./app/Models/Share.php
  17. ./app/Models/TagDAO.php
  18. ./app/Models/Themes.php
  19. ./app/Services/ImportService.php
  20. ./cli/i18n/I18nData.php
  21. ./cli/i18n/I18nFile.php
  22. ./cli/i18n/I18nValue.php
  23. ./lib/http-conditional.php
  24. ./lib/Minz/Dispatcher.php
  25. ./lib/Minz/Log.php
  26. ./lib/Minz/Migrator.php
  27. ./lib/Minz/Paginator.php
  28. ./lib/Minz/Session.php
  29. ./lib/Minz/Translate.php