mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-01 04:59:14 +00:00
Phpstan fix
This commit is contained in:
@@ -53,7 +53,7 @@ class Dompdf extends Pdf
|
||||
$pdf->render();
|
||||
|
||||
// Write to file
|
||||
fwrite($fileHandle, $pdf->output() ?? '');
|
||||
fwrite($fileHandle, $pdf->output());
|
||||
|
||||
parent::restoreStateAfterSave();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user