Skip to content

Commit

Permalink
Remove empty new line
Browse files Browse the repository at this point in the history
  • Loading branch information
muratbinerbay committed Apr 2, 2024
1 parent 437b18f commit e057251
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Processor/Gotenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ public function getPdfFromString(string $html, array $params = [], bool $returnF
if (isset($params['metadata'])) {
// TODO: Replace with metadata() once dropping support for gotenberg-php < 2.2.0
$chromium->formValue('metadata', json_encode($params['metadata']));

}

$request = $chromium->outputFilename($tempFileName)->html(Stream::string('processor.html', $html));
Expand Down

0 comments on commit e057251

Please sign in to comment.