Skip to content

Commit

Permalink
Update src/Device/PdfWrite.php
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Schröder <daniel.schroeder@skriptfabrik.com>
  • Loading branch information
pionl and schroedan authored Feb 24, 2023
1 parent 982b2c8 commit aff386e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Device/PdfWrite.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,6 @@ protected function createProcessArguments(Input $input, string $version)
$input->setPostScriptCode(ltrim($code . ' .setpdfwrite', ' '));
}

return parent::createProcessArguments($input, $version);
return parent::createProcessArguments($input);
}
}

0 comments on commit aff386e

Please sign in to comment.