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 aff386e commit d52c301
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 @@ -163,7 +163,7 @@ public function setProcessColorModel($processColorModel)
/**
* {@inheritdoc}
*/
protected function createProcessArguments(Input $input, string $version)
protected function createProcessArguments(Input $input)
{
$code = $input->getPostScriptCode();
if (null === $code) {
Expand Down

0 comments on commit d52c301

Please sign in to comment.