PHP TypeLang Help

@phpstan-use

The @phpstan-use tag is an alias of @template-use. It is the vendor-prefixed spelling of @use, more commonly seen as @template-use, which this component already recognizes bare.

This library recognizes it as an alias: it parses identically to the canonical tag above and produces the exact same tag instance, keeping the vendor-prefixed name it was written with.

See PHPStan's PHPDoc basics page.

07 July 2026