phpstan-next.txt 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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 7 --memory-limit 512M {} >/dev/null 2>/dev/null || echo {}' \;
  5. ./app/Controllers/configureController.php
  6. ./app/Controllers/feedController.php
  7. ./app/Controllers/importExportController.php
  8. ./app/Controllers/indexController.php
  9. ./app/Controllers/updateController.php
  10. ./app/Controllers/userController.php
  11. ./app/Models/CategoryDAO.php
  12. ./app/Models/Context.php
  13. ./app/Models/DatabaseDAO.php
  14. ./app/Models/DatabaseDAOPGSQL.php
  15. ./app/Models/Entry.php
  16. ./app/Models/EntryDAO.php
  17. ./app/Models/Feed.php
  18. ./app/Models/FeedDAO.php
  19. ./app/Models/ReadingMode.php
  20. ./app/Models/Search.php
  21. ./app/Models/Share.php
  22. ./app/Models/StatsDAO.php
  23. ./app/Models/TagDAO.php
  24. ./app/Models/Themes.php
  25. ./app/Models/UserQuery.php
  26. ./app/Services/ExportService.php
  27. ./app/Services/ImportService.php
  28. ./app/views/helpers/logs_pagination.phtml
  29. ./app/views/index/reader.phtml
  30. ./app/views/stats/index.phtml
  31. ./app/views/stats/repartition.phtml
  32. ./app/views/user/details.phtml
  33. ./cli/check.translation.php
  34. ./cli/delete-user.php
  35. ./cli/do-install.php
  36. ./cli/manipulate.translation.php
  37. ./lib/lib_date.php
  38. ./lib/Minz/ActionController.php
  39. ./lib/Minz/Error.php
  40. ./lib/Minz/Mailer.php
  41. ./lib/Minz/Migrator.php
  42. ./lib/Minz/ModelPdo.php
  43. ./lib/Minz/Request.php
  44. ./p/api/greader.php
  45. ./tests/cli/i18n/I18nFileTest.php