Skip to content

Commit 3166a48

Browse files
committed
refactor: renamed class
1 parent 25f0f00 commit 3166a48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Show PHPStan error identifiers in PhpStorm inspection output
1+
# PHPStan error identifiers in PhpStorm inspection output
22

33
<img src=".github/img/example.png" alt="PHPStan error identifiers in PhpStorm inspection output" />
44

src/CustomCheckstyleFormatterPhpStorm.php renamed to src/CheckstyleErrorFormatterPhpStorm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use function sprintf;
1616

1717
/** @api */
18-
final readonly class CustomCheckstyleFormatterPhpStorm implements ErrorFormatter
18+
final readonly class CheckstyleErrorFormatterPhpStorm implements ErrorFormatter
1919
{
2020
public function __construct(private RelativePathHelper $relativePathHelper) {}
2121

0 commit comments

Comments
 (0)