maximilian-kresse / phpstan-ignore-error-formatter
A error formatter wrapper to ignore the exit code of the wrapped error formatter and always return 0
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/maximilian-kresse/phpstan-ignore-error-formatter
Requires
- php: ^7.4 || ^8.0
- phpstan/phpstan: ~0.12.37
This package is not auto-updated.
Last update: 2025-11-08 12:42:30 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