phpstan-next.txt 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # List of files, which are not yet passing PHPStan level 7 https://phpstan.org/user-guide/rule-levels
  2. # Used for automated tests to avoid regressions in files already passing that level.
  3. # Can be regenerated with something like:
  4. # find . -type d -name 'vendor' -prune -o -name '*.php' -exec sh -c 'vendor/bin/phpstan analyse --level 8 --memory-limit 512M {} >/dev/null 2>/dev/null || echo {}' \;
  5. ./app/Controllers/apiController.php
  6. ./app/Controllers/authController.php
  7. ./app/Controllers/categoryController.php
  8. ./app/Controllers/configureController.php
  9. ./app/Controllers/feedController.php
  10. ./app/Controllers/importExportController.php
  11. ./app/Controllers/indexController.php
  12. ./app/Controllers/javascriptController.php
  13. ./app/Controllers/tagController.php
  14. ./app/Controllers/updateController.php
  15. ./app/Controllers/userController.php
  16. ./app/install.php
  17. ./app/layout/aside_configure.phtml
  18. ./app/layout/aside_feed.phtml
  19. ./app/layout/header.phtml
  20. ./app/layout/layout.phtml
  21. ./app/layout/nav_menu.phtml
  22. ./app/layout/simple.phtml
  23. ./app/Mailers/UserMailer.php
  24. ./app/Models/Auth.php
  25. ./app/Models/BooleanSearch.php
  26. ./app/Models/Context.php
  27. ./app/Models/DatabaseDAO.php
  28. ./app/Models/DatabaseDAOPGSQL.php
  29. ./app/Models/Entry.php
  30. ./app/Models/Feed.php
  31. ./app/Models/FeedDAO.php
  32. ./app/Models/FormAuth.php
  33. ./app/Models/StatsDAO.php
  34. ./app/Services/ImportService.php
  35. ./app/views/auth/index.phtml
  36. ./app/views/configure/archiving.phtml
  37. ./app/views/configure/display.phtml
  38. ./app/views/configure/integration.phtml
  39. ./app/views/configure/reading.phtml
  40. ./app/views/configure/shortcut.phtml
  41. ./app/views/configure/system.phtml
  42. ./app/views/feed/contentSelectorPreview.phtml
  43. ./app/views/helpers/category/update.phtml
  44. ./app/views/helpers/configure/query.phtml
  45. ./app/views/helpers/export/opml.phtml
  46. ./app/views/helpers/extension/configure.phtml
  47. ./app/views/helpers/extension/details.phtml
  48. ./app/views/helpers/feed/update.phtml
  49. ./app/views/helpers/index/normal/entry_bottom.phtml
  50. ./app/views/helpers/index/normal/entry_header.phtml
  51. ./app/views/helpers/javascript_vars.phtml
  52. ./app/views/helpers/stream-footer.phtml
  53. ./app/views/index/about.phtml
  54. ./app/views/index/global.phtml
  55. ./app/views/index/normal.phtml
  56. ./app/views/index/reader.phtml
  57. ./app/views/stats/idle.phtml
  58. ./app/views/subscription/index.phtml
  59. ./app/views/user/manage.phtml
  60. ./app/views/user/profile.phtml
  61. ./app/views/user/validateEmail.phtml
  62. ./cli/_cli.php
  63. ./cli/create-user.php
  64. ./cli/delete-user.php
  65. ./cli/do-install.php
  66. ./cli/i18n/I18nData.php
  67. ./cli/i18n/I18nValue.php
  68. ./cli/list-users.php
  69. ./cli/reconfigure.php
  70. ./cli/user-info.php
  71. ./lib/lib_install.php
  72. ./lib/Minz/ModelPdo.php