PHP TypeLang Help

@phan-suppress-next-next-line

The @phan-suppress-next-next-line tag silences the listed issue types reported two lines below the annotation.

"@phan-suppress-next-next-line" <IssueName> { "," <IssueName> } [ <Description> ]

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

final class PhanSuppressNextNextLineTag extends IssueListTag {}

Defined by Phan.

08 July 2026