@psalm-no-seal-methods
The @psalm-no-seal-methods tag allows a class to declare magic methods beyond those already documented — the inverse of @seal-methods, which this library already recognizes bare.
"@psalm-no-seal-methods" [ <Description> ]
Parsing a @psalm-no-seal-methods tag produces a PsalmNoSealMethodsTag instance. Being a pure marker, it adds nothing beyond the $name and optional $description every Tag already carries.
final class PsalmNoSealMethodsTag extends FlagTag {}
See Psalm's supported annotations reference.
08 July 2026