nicksdot / phpstan-phpstorm-error-identifiers
Custom PHPStan formatter to show error identifiers in PhpStorm inspection output.
Installs: 69 828
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Open Issues: 0
pkg:composer/nicksdot/phpstan-phpstorm-error-identifiers
Requires
- php: >=8.1
- phpstan/phpstan: ^2.0.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.59
- phpstan/phpstan-strict-rules: ^2.0.0
- phpunit/phpunit: ^9.5
README
Installation
- Run
composer require nicksdot/phpstan-phpstorm-error-identifiers - Add the formatter to the
servicesconfig inphpstan.neon
services: errorFormatter.checkstyle: class: NickSdot\PhpStanPhpStormErrorIdentifiers\CheckstyleErrorFormatterPhpStorm
That's it.
No other changes compared to the original formatter were made. This is a PHPStorm bug, a PR to PHPStan was discussed but decided against.
