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

0.2.0 2025-10-10 05:11 UTC

This package is auto-updated.

Last update: 2025-12-10 05:26:07 UTC


README

PHPStan error identifiers in PhpStorm inspection output

Installation

  1. Run composer require nicksdot/phpstan-phpstorm-error-identifiers
  2. Add the formatter to the services config in phpstan.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.