phpstan.neon 229 B

1234567
  1. parameters:
  2. reportUnmatchedIgnoredErrors: false
  3. excludePaths:
  4. ignoreErrors:
  5. - '#.* Illuminate\\Container\\Container.*#'
  6. - '#.* Hyperf\\Utils\\ApplicationContext.*#'
  7. - '#.* think\\Container.*#'