phpstan-next.neon 588 B

12345678910111213141516171819202122
  1. includes:
  2. - phpstan.dist.neon
  3. - vendor/phpstan/phpstan/conf/bleedingEdge.neon
  4. parameters:
  5. level: max
  6. strictRules:
  7. strictArrayFilter: true # TODO pass
  8. excludePaths:
  9. analyse:
  10. # TODO: Update files below and remove them from this list
  11. - app/Controllers/configureController.php
  12. - app/Controllers/feedController.php
  13. - app/Controllers/subscriptionController.php
  14. - app/Models/Entry.php
  15. - app/Models/UserQuery.php
  16. - cli/CliOption.php
  17. - cli/CliOptionsParser.php
  18. - cli/create-user.php
  19. - cli/reconfigure.php
  20. - cli/update-user.php
  21. - lib/Minz/Migrator.php