pay/phpstan.neon
yansongda 9412db512f
refactor: 优化支付宝 launch 插件代码 (#678)
* deprecated: 支付宝/微信 `RadarPlugin`, `SignPlugin` 已废弃,使用 `RadarSignPlugin` 代替
2022-09-12 23:11:53 +08:00

8 lines
229 B
Plaintext

parameters:
reportUnmatchedIgnoredErrors: false
excludePaths:
ignoreErrors:
- '#.* Illuminate\\Container\\Container.*#'
- '#.* Hyperf\\Utils\\ApplicationContext.*#'
- '#.* think\\Container.*#'