File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
rules/DowngradePhp74/Rector/ClassMethod Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1313 "phpunit/phpunit" : " ^11.5" ,
1414 "rector/rector-src" : " dev-main" ,
1515 "symplify/easy-coding-standard" : " ^12.3" ,
16+ "symplify/phpstan-rules" : " ^14.9" ,
1617 "symplify/rule-doc-generator" : " ^12.2" ,
1718 "symplify/vendor-patches" : " ^11.5" ,
1819 "tomasvotruba/class-leak" : " ^1.0" ,
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public function __construct(
4545 private readonly ReturnTagRemover $ returnTagRemover ,
4646 private readonly ReflectionResolver $ reflectionResolver ,
4747 private readonly PrivatesAccessor $ privatesAccessor ,
48- private readonly DocBlockUpdater $ docBlockUpdater ,
48+ c private readonly DocBlockUpdater $ docBlockUpdater ,
4949 private readonly PhpDocInfoFactory $ phpDocInfoFactory ,
5050 private readonly StaticTypeMapper $ staticTypeMapper ,
5151 ) {
You can’t perform that action at this time.
0 commit comments