PHP TypeLang Help

@template-implements

@template-implements is a recognized alias for @implements: the two spellings parse identically and produce the exact same ImplementsTag instance. The longer, template- prefixed spelling makes the connection to the interface's own @template parameters explicit, which some codebases prefer.

"@implements" <Type> [ <Description> ] "@template-implements" <Type> [ <Description> ]

Both snippets above parse to the same ImplementsTag, exposing the same $type property. See @implements for the canonical reference on this tag's grammar, exposed shape and origin.

05 July 2026