PHP TypeLang Help

@phpstan-param

The @phpstan-param tag is PHPStan's vendor-specific spelling of @param, which this component already recognizes bare. PHPStan's own docs note that any of its supported tags can carry this phpstan- prefix.

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.

Documented by PHPStan.

07 July 2026