phpstan-next.txt 649 B

1234567891011121314
  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/indexController.php
  6. ./app/Controllers/userController.php
  7. ./app/Models/Feed.php
  8. ./app/Models/Share.php
  9. ./app/views/helpers/logs_pagination.phtml
  10. ./lib/Minz/Error.php
  11. ./lib/Minz/Mailer.php
  12. ./lib/Minz/Migrator.php
  13. ./lib/Minz/Request.php