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