Register 'mixin' tag handler in StandardTagFactory

This commit is contained in:
Christophe Coevoet
2026-01-20 12:38:09 +01:00
committed by GitHub
parent 0d14a1acef
commit d23ba2c82e
+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);