Make the parameter variadic
$this The builder instance (for fluid interface)
public function makeVariadic() { $this->variadic = true; return $this; }