phpstan-next.neon 263 B

12345678910
  1. includes:
  2. - phpstan.dist.neon
  3. - vendor/phpstan/phpstan/conf/bleedingEdge.neon
  4. parameters:
  5. level: max
  6. reportPossiblyNonexistentGeneralArrayOffset: false # TODO: pass maybe
  7. excludePaths:
  8. analyse:
  9. # TODO: Update files below and remove them from this list