File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 30
30
"guzzlehttp/guzzle" : " ^6.3 || ^7.0" ,
31
31
"jakeasmith/http_build_url" : " ^1.0" ,
32
32
"league/container" : " ^4.1.1" ,
33
- "mglaman/phpstan-drupal" : " ^1.1 " ,
33
+ "mglaman/phpstan-drupal" : " ^1.3 " ,
34
34
"pear/archive_tar" : " ^1.4" ,
35
35
"php-parallel-lint/php-parallel-lint" : " ^1.3" ,
36
36
"phpmd/phpmd" : " ^2.12" ,
Original file line number Diff line number Diff line change @@ -372,9 +372,6 @@ public function toolkitTestPhpstan(array $options = [
372
372
if (!InstalledVersions::isInstalled ('phpstan/extension-installer ' )) {
373
373
$ configContent ['includes ' ] = $ includes ;
374
374
}
375
- if (file_exists ($ config ->get ('drupal.root ' ))) {
376
- $ configContent ['parameters ' ]['drupal ' ]['drupal_root ' ] = '%currentWorkingDirectory%/ ' . $ config ->get ('drupal.root ' );
377
- }
378
375
$ tasks [] = $ this ->taskWriteToFile ($ options ['config ' ])
379
376
->text (Yaml::dump ($ configContent , 10 , 2 ));
380
377
}
You can’t perform that action at this time.
0 commit comments