Skip to content

Add factories for @template-extends and @template-implements #439

@mspirkov

Description

@mspirkov

Currently, StandardTagFactory cannot create TemplateImplements and TemplateExtends because there are no factories for them.

$tagFactory->registerTagHandler('template-extends', $phpstanTagFactory);
$tagFactory->registerTagHandler('template-implements', $phpstanTagFactory);

// TODO: add factories for this tags
// ['@template-extends Foo', TemplateExtends::class],
// ['@template-implements Foo', TemplateImplements::class],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions