@phpstan-param-out
The @phpstan-param-out tag documents the type a by-reference argument holds after the call, defined by PHPStan as a vendor-specific spelling of @param-out, 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.
Documented by PHPStan.
07 July 2026