*/ public NodeList $arguments; public function __construct(array $vars) { parent::__construct($vars); $this->arguments ??= new NodeList([]); } }