phpstan.neon.dist 187 B

12345678910
  1. includes:
  2. - phpstan-baseline.neon
  3. parameters:
  4. level: 5
  5. paths:
  6. - src
  7. ignoreErrors:
  8. - "#^Dead catch - Exception is already caught by Throwable above\\.$#"