maximilian-kresse/phpstan-ignore-error-formatter
Composer 安装命令:
composer require maximilian-kresse/phpstan-ignore-error-formatter
包简介
A error formatter wrapper to ignore the exit code of the wrapped error formatter and always return 0
README 文档
README
An error formatter wrapper to ignore the exit code of the wrapped error formatter and always return 0.
At the moment only a wrapper for the teamcity error formatter is implemented.
Usage
composer require maximilian-kresse/phpstan-ignore-error-formatter ^1.0
Before you can start using the error formatter, you have to register it in the configuration file:
services: errorFormatter.teamcity-ignore-error: class: MaximilianKresse\PhpstanIgnoreErrorFormatter\TeamcityIgnoreErrorFormatter
phpstan analyse --error-format teamcity-ignore-error
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-08-20