phpstan-next.txt 712 B

123456789101112131415
  1. # List of files, which are not yet passing PHPStan level 9 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 9 --memory-limit 512M {} >/dev/null 2>/dev/null || echo {}' \;
  5. ./app/Controllers/configureController.php
  6. ./app/Controllers/importExportController.php
  7. ./app/Models/DatabaseDAO.php
  8. ./app/Models/Entry.php
  9. ./app/Models/Feed.php
  10. ./app/Services/ImportService.php
  11. ./app/views/configure/archiving.phtml
  12. ./app/views/helpers/feed/update.phtml
  13. ./lib/Minz/Helper.php
  14. ./lib/Minz/Request.php