Skip to content

Commit 99fcc96

Browse files
committed
More Php7.1/2/3
1 parent ccc5bf4 commit 99fcc96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/PhpWord/Writer/PDF/DomPDF.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ public function save(string $filename): void
8686
parent::restoreStateAfterSave($fileHandle);
8787
}
8888

89-
protected static int $temporaryVersionCheck = 80500;
89+
/** @var int */
90+
protected static $temporaryVersionCheck = 80500;
9091

9192
/*
9293
* Temporary handler for Php8.5 waiting for Dompdf release.

0 commit comments

Comments
 (0)