@wpkernel/php-json-ast v0.12.6-beta.3
@wpkernel/php-json-ast / buildNull
Function: buildNull()
ts
function buildNull(attributes?): PhpExprConstFetch;Builds a PHP null constant fetch expression.
Parameters
attributes?
Readonly<Record<string, unknown>>
Optional attributes for the node.
Returns
A PhpExprConstFetch node representing null.
