phpstan-next.txt 546 B

12345678910
  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/install.php
  7. ./app/Models/Feed.php
  8. ./app/Services/ImportService.php
  9. ./lib/Minz/Paginator.php