File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -586,6 +586,7 @@ services:
586
586
cliAutoloadFile : %cliAutoloadFile%
587
587
bootstrapFiles : %bootstrapFiles%
588
588
editorUrl : %editorUrl%
589
+ usedLevel : %usedLevel%
589
590
590
591
-
591
592
class : PHPStan\Dependency\DependencyResolver
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ public function __construct(
88
88
private ?string $ cliAutoloadFile ,
89
89
private array $ bootstrapFiles ,
90
90
private ?string $ editorUrl ,
91
+ private string $ usedLevel ,
91
92
)
92
93
{
93
94
}
@@ -121,6 +122,7 @@ public function run(
121
122
'filesCount ' => $ filesCount ,
122
123
'phpstanVersion ' => ComposerHelper::getPhpStanVersion (),
123
124
'editorUrl ' => $ this ->editorUrl ,
125
+ 'ruleLevel ' => $ this ->usedLevel ,
124
126
]]);
125
127
$ decoder ->on ('data ' , function (array $ data ) use (
126
128
$ output ,
You can’t perform that action at this time.
0 commit comments