File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 99 }
1010 ],
1111 "require" : {
12- "php" : " >=8.3 " ,
12+ "php" : " >=8.1 " ,
1313 "phpstan/phpstan" : " ^2.0.1"
1414 },
1515 "require-dev" : {
Original file line number Diff line number Diff line change 1414use function htmlspecialchars ;
1515use function sprintf ;
1616
17- /** @api */
18- final readonly class CheckstyleErrorFormatterPhpStorm implements ErrorFormatter
17+ /**
18+ * @api
19+ * @readonly
20+ */
21+ final class CheckstyleErrorFormatterPhpStorm implements ErrorFormatter
1922{
20- public function __construct (private RelativePathHelper $ relativePathHelper ) {}
23+ private RelativePathHelper $ relativePathHelper ;
24+ public function __construct (
25+ RelativePathHelper $ relativePathHelper
26+ ) {
27+ $ this ->relativePathHelper = $ relativePathHelper ;
28+ }
2129
2230 public function formatErrors (
2331 AnalysisResult $ analysisResult ,
You can’t perform that action at this time.
0 commit comments