Skip to content

Commit a1663cf

Browse files
authored
Merge branch 'phpDocumentor:6.x' into fix-standard-tag-factory-2
2 parents f80ca7a + 2ae140d commit a1663cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DocBlock/StandardTagFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ public static function createInstance(FqsenResolver $fqsenResolver): self
162162
$tagFactory->registerTagHandler('property-read', $phpstanTagFactory);
163163
$tagFactory->registerTagHandler('property-write', $phpstanTagFactory);
164164
$tagFactory->registerTagHandler('method', $phpstanTagFactory);
165+
$tagFactory->registerTagHandler('mixin', $phpstanTagFactory);
165166
$tagFactory->registerTagHandler('extends', $phpstanTagFactory);
166167
$tagFactory->registerTagHandler('implements', $phpstanTagFactory);
167168
$tagFactory->registerTagHandler('template', $phpstanTagFactory);

0 commit comments

Comments
 (0)