@@ -161,6 +161,9 @@ |
||
| 161 | 161 | $response->sendContent(); |
| 162 | 162 | } |
| 163 | 163 | |
| 164 | + /** |
|
| 165 | + * @param string $response |
|
| 166 | + */ |
|
| 164 | 167 | private function prepareOutput(string $input, ?string $response = null): void |
| 165 | 168 | { |
| 166 | 169 | $this->dompdfFactory |