File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -576,6 +576,7 @@ services:
576
576
allConfigFiles : %allConfigFiles%
577
577
cliAutoloadFile : %cliAutoloadFile%
578
578
bootstrapFiles : %bootstrapFiles%
579
+ editorUrl : %editorUrl%
579
580
580
581
-
581
582
class : PHPStan\Dependency\DependencyResolver
Original file line number Diff line number Diff line change 1
1
includes: [ build/phpstan.neon ]
2
+
3
+ parameters:
4
+ editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ public function __construct(
88
88
private array $ allConfigFiles ,
89
89
private ?string $ cliAutoloadFile ,
90
90
private array $ bootstrapFiles ,
91
+ private ?string $ editorUrl ,
91
92
)
92
93
{
93
94
}
@@ -120,6 +121,7 @@ public function run(
120
121
'projectConfigFile ' => $ projectConfigFile ,
121
122
'filesCount ' => $ filesCount ,
122
123
'phpstanVersion ' => ComposerHelper::getPhpStanVersion (),
124
+ 'editorUrl ' => $ this ->editorUrl ,
123
125
]]);
124
126
$ decoder ->on ('data ' , function (array $ data ) use (
125
127
$ output ,
You can’t perform that action at this time.
0 commit comments