maximilian-kresse / phpstan-ignore-error-formatter
A error formatter wrapper to ignore the exit code of the wrapped error formatter and always return 0
Package info
github.com/MaximilianKresse/phpstan-ignore-error-formatter
pkg:composer/maximilian-kresse/phpstan-ignore-error-formatter
1.0.0
2020-08-20 13:00 UTC
Requires
- php: ^7.4 || ^8.0
- phpstan/phpstan: ~0.12.37
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-16 14:42:17 UTC
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