| 12345678910 |
- # List of files, which are not yet passing PHPStan level 6 https://phpstan.org/user-guide/rule-levels
- # https://github.com/FreshRSS/FreshRSS/issues/4112
- # Used for automated tests to avoid regressions in files already passing that level.
- # Can be regenerated with something like:
- # 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 {}' \;
- ./app/install.php
- ./app/Models/Feed.php
- ./app/Services/ImportService.php
- ./lib/Minz/Paginator.php
|