@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / PhpNullableType
Interface: PhpNullableType
Represents a nullable PHP type (e.g., ?string).
Extends
Properties
attributes
ts
readonly attributes: PhpAttributes;Inherited from
nodeType
ts
readonly nodeType: "NullableType";Overrides
type
ts
readonly type: PhpType;