File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ private function printTagValue(PhpDocTagValueNode $node): string
335
335
if (count ($ node ->typeArguments ) > 0 ) {
336
336
$ printedArgs = [];
337
337
foreach ($ node ->typeArguments as $ name => $ bound ) {
338
- $ printedArgs [] = $ name . ($ bound === null ? '' : ( ' of ' . $ this ->printType ($ bound) ));
338
+ $ printedArgs [] = $ name . ($ bound === null ? '' : ' of ' . $ this ->printType ($ bound ));
339
339
}
340
340
$ args = '< ' . implode (', ' , $ printedArgs ) . '> ' ;
341
341
}
Original file line number Diff line number Diff line change @@ -4488,7 +4488,7 @@ public function provideTypeAliasTagsData(): Iterator
4488
4488
false ,
4489
4489
'' ,
4490
4490
false
4491
- )
4491
+ ),
4492
4492
],
4493
4493
new IdentifierTypeNode ('T ' )
4494
4494
),
@@ -4515,7 +4515,7 @@ public function provideTypeAliasTagsData(): Iterator
4515
4515
false ,
4516
4516
'' ,
4517
4517
false
4518
- )
4518
+ ),
4519
4519
],
4520
4520
new IdentifierTypeNode ('T ' )
4521
4521
),
Original file line number Diff line number Diff line change @@ -1828,7 +1828,7 @@ public function dataPrintPhpDocNode(): iterable
1828
1828
false ,
1829
1829
'' ,
1830
1830
false
1831
- )
1831
+ ),
1832
1832
],
1833
1833
new IdentifierTypeNode ('T ' )
1834
1834
),
@@ -1858,7 +1858,7 @@ public function dataPrintPhpDocNode(): iterable
1858
1858
false ,
1859
1859
'' ,
1860
1860
false
1861
- )
1861
+ ),
1862
1862
],
1863
1863
new IdentifierTypeNode ('T ' )
1864
1864
),
You can’t perform that action at this time.
0 commit comments