phpstan-next.neon 381 B

123456789101112131415
  1. includes:
  2. - phpstan.dist.neon
  3. - vendor/phpstan/phpstan/conf/bleedingEdge.neon
  4. parameters:
  5. level: max
  6. checkImplicitMixed: true # TODO pass
  7. strictRules:
  8. strictArrayFilter: false # TODO pass maybe
  9. excludePaths:
  10. analyse:
  11. # TODO: Update files below and remove them from this list
  12. - app/Models/EntryDAO.php
  13. - app/Models/TagDAO.php
  14. - app/Services/ImportService.php