Returns the built parameter node.
Node\Param The built parameter node
Overrides Builder::getNode
public function getNode() : Node { return new Node\Param(new Node\Expr\Variable($this->name), $this->default, $this->type, $this->byRef, $this->variadic, [], $this->flags, $this->attributeGroups); }