We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f0f00 commit 3166a48Copy full SHA for 3166a48
README.md
@@ -1,4 +1,4 @@
1
-# Show PHPStan error identifiers in PhpStorm inspection output
+# PHPStan error identifiers in PhpStorm inspection output
2
3
<img src=".github/img/example.png" alt="PHPStan error identifiers in PhpStorm inspection output" />
4
src/CustomCheckstyleFormatterPhpStorm.php renamed to src/CheckstyleErrorFormatterPhpStorm.php
@@ -15,7 +15,7 @@
15
use function sprintf;
16
17
/** @api */
18
-final readonly class CustomCheckstyleFormatterPhpStorm implements ErrorFormatter
+final readonly class CheckstyleErrorFormatterPhpStorm implements ErrorFormatter
19
{
20
public function __construct(private RelativePathHelper $relativePathHelper) {}
21
0 commit comments