Skip to content

Commit

Permalink
Merge pull request #1 from ahmadfadlydziljalal/ahmadfadlydziljalal-pa…
Browse files Browse the repository at this point in the history
…tch-1

Update ExportWriterPdf.php
  • Loading branch information
ahmadfadlydziljalal authored Mar 19, 2024
2 parents 5c033d4 + 7bdb056 commit e1f958b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExportWriterPdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ExportWriterPdf extends Mpdf
/**
* @inheritdoc
*/
protected function createExternalWriterInstance($config = [])
protected function createExternalWriterInstance(array $config) : \Mpdf\Mpdf
{
if (isset($config['tempDir'])) {
unset($config['tempDir']);
Expand Down

0 comments on commit e1f958b

Please sign in to comment.