File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -974,21 +974,11 @@ services:
974
974
arguments :
975
975
relativePathHelper : @simpleRelativePathHelper
976
976
977
- errorFormatter.json :
978
- class : PHPStan\Command\ErrorFormatter\JsonErrorFormatter
979
- arguments :
980
- pretty : false
981
-
982
977
errorFormatter.junit :
983
978
class : PHPStan\Command\ErrorFormatter\JunitErrorFormatter
984
979
arguments :
985
980
relativePathHelper : @simpleRelativePathHelper
986
981
987
- errorFormatter.prettyJson :
988
- class : PHPStan\Command\ErrorFormatter\JsonErrorFormatter
989
- arguments :
990
- pretty : true
991
-
992
982
errorFormatter.gitlab :
993
983
class : PHPStan\Command\ErrorFormatter\GitlabErrorFormatter
994
984
arguments :
Original file line number Diff line number Diff line change @@ -169,3 +169,13 @@ services:
169
169
class : PHPStan\BetterReflection\Reflector\DefaultReflector
170
170
arguments :
171
171
sourceLocator : @betterReflectionSourceLocator
172
+
173
+ errorFormatter.json :
174
+ class : PHPStan\Command\ErrorFormatter\JsonErrorFormatter
175
+ arguments :
176
+ pretty : false
177
+
178
+ errorFormatter.prettyJson :
179
+ class : PHPStan\Command\ErrorFormatter\JsonErrorFormatter
180
+ arguments :
181
+ pretty : true
You can’t perform that action at this time.
0 commit comments