@codeCoverageIgnore
public function renderTo(string $target) : void { if (!@file_put_contents($target, $this->render())) { throw new RuntimeException(sprintf('Writing rendered result to "%s" failed', $target)); } }