PHP TypeLang Help

@psalm-seal-methods

The @psalm-seal-methods tag forbids declaring magic methods beyond those already documented on the class. It is Psalm's vendor-prefixed spelling of @seal-methods, 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.

Defined by Psalm.

07 July 2026