phpstan.neon.dist 194 B

12345678910111213
  1. includes:
  2. - phpstan-baseline.neon
  3. parameters:
  4. level: 1
  5. bootstrapFiles:
  6. - tests/bootstrap.php
  7. ignoreErrors:
  8. - '#Unsafe usage of new static\(\).#'
  9. reportUnmatchedIgnoredErrors: false