Merge pull request #437 from stof/patch-1

Register 'mixin' tag handler in StandardTagFactory
This commit is contained in:
Jaap van Otterdijk
2026-01-20 15:32:29 +01:00
committed by GitHub
+1
View File
@@ -168,6 +168,7 @@ final class StandardTagFactory implements TagFactory
$tagFactory->registerTagHandler('property-read', $phpstanTagFactory);
$tagFactory->registerTagHandler('property-write', $phpstanTagFactory);
$tagFactory->registerTagHandler('method', $phpstanTagFactory);
$tagFactory->registerTagHandler('mixin', $phpstanTagFactory);
$tagFactory->registerTagHandler('extends', $phpstanTagFactory);
$tagFactory->registerTagHandler('implements', $phpstanTagFactory);
$tagFactory->registerTagHandler('template', $phpstanTagFactory);