phpstan-next.txt 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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/extensionController.php
  7. ./app/Controllers/feedController.php
  8. ./app/Controllers/updateController.php
  9. ./app/Controllers/userController.php
  10. ./app/install.php
  11. ./app/Models/Auth.php
  12. ./app/Models/Category.php
  13. ./app/Models/CategoryDAO.php
  14. ./app/Models/ConfigurationSetter.php
  15. ./app/Models/Entry.php
  16. ./app/Models/Feed.php
  17. ./app/Models/FeedDAO.php
  18. ./app/Models/FilterAction.php
  19. ./app/Models/FormAuth.php
  20. ./app/Models/Search.php
  21. ./app/Models/Share.php
  22. ./app/Models/TagDAO.php
  23. ./app/Models/Themes.php
  24. ./app/Models/View.php
  25. ./app/Services/ExportService.php
  26. ./app/Services/ImportService.php
  27. ./cli/_cli.php
  28. ./cli/_update-or-create-user.php
  29. ./cli/check.translation.php
  30. ./cli/i18n/I18nData.php
  31. ./cli/i18n/I18nFile.php
  32. ./cli/i18n/I18nValue.php
  33. ./cli/manipulate.translation.php
  34. ./lib/core-extensions/Google-Groups/extension.php
  35. ./lib/core-extensions/Tumblr-GDPR/extension.php
  36. ./lib/http-conditional.php
  37. ./lib/Minz/ActionController.php
  38. ./lib/Minz/Configuration.php
  39. ./lib/Minz/Dispatcher.php
  40. ./lib/Minz/Extension.php
  41. ./lib/Minz/ExtensionManager.php
  42. ./lib/Minz/FrontController.php
  43. ./lib/Minz/Log.php
  44. ./lib/Minz/Migrator.php
  45. ./lib/Minz/ModelArray.php
  46. ./lib/Minz/Paginator.php
  47. ./lib/Minz/Request.php
  48. ./lib/Minz/Session.php
  49. ./lib/Minz/Translate.php
  50. ./lib/Minz/Url.php
  51. ./lib/Minz/View.php