phpstan-next.txt 1.2 KB

1234567891011121314151617181920212223242526272829303132
  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/feedController.php
  6. ./app/Controllers/importExportController.php
  7. ./app/Controllers/indexController.php
  8. ./app/Controllers/updateController.php
  9. ./app/Controllers/userController.php
  10. ./app/Models/CategoryDAO.php
  11. ./app/Models/Context.php
  12. ./app/Models/DatabaseDAO.php
  13. ./app/Models/DatabaseDAOPGSQL.php
  14. ./app/Models/Entry.php
  15. ./app/Models/EntryDAO.php
  16. ./app/Models/Feed.php
  17. ./app/Models/FeedDAO.php
  18. ./app/Models/Search.php
  19. ./app/Models/Share.php
  20. ./app/Models/StatsDAO.php
  21. ./app/Models/TagDAO.php
  22. ./app/views/helpers/logs_pagination.phtml
  23. ./app/views/stats/index.phtml
  24. ./app/views/stats/repartition.phtml
  25. ./cli/check.translation.php
  26. ./cli/manipulate.translation.php
  27. ./lib/Minz/Error.php
  28. ./lib/Minz/Mailer.php
  29. ./lib/Minz/Migrator.php
  30. ./lib/Minz/ModelPdo.php
  31. ./lib/Minz/Request.php