Skip to content

Commit c2ca50d

Browse files
committed
register grouped error formatter service
1 parent 7505e58 commit c2ca50d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

conf/config.neon

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2262,6 +2262,13 @@ services:
22622262
editorUrl: %editorUrl%
22632263
editorUrlTitle: %editorUrlTitle%
22642264

2265+
errorFormatter.grouped:
2266+
class: PHPStan\Command\ErrorFormatter\GroupedErrorFormatter
2267+
arguments:
2268+
relativePathHelper: @simpleRelativePathHelper
2269+
editorUrl: %editorUrl%
2270+
editorUrlTitle: %editorUrlTitle%
2271+
22652272
errorFormatter.checkstyle:
22662273
class: PHPStan\Command\ErrorFormatter\CheckstyleErrorFormatter
22672274
arguments:

0 commit comments

Comments
 (0)