formatWith(new Dumper); } /** @internal */ public function formatWith(Dumper $dumper): string { return $this->args === null ? $this->value : $dumper->format($this->value, ...$this->args); } }