PHP TypeLang Help

@phan-suppress-current-line

The @phan-suppress-current-line tag silences the listed issue types reported on the current line.

"@phan-suppress-current-line" <Name> { "," <Name> } [ <Description> ]

Parsing a @phan-suppress-current-line tag produces a PhanSuppressCurrentLineTag instance, carrying the listed $issues alongside the $name and optional $description every Tag already provides.

final class PhanSuppressCurrentLineTag extends IssueListTag {}

Defined by Phan.

08 July 2026