Skip to content

Commit df2b601

Browse files
committed
Fix php74 issue with clone
1 parent 8ecb54e commit df2b601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Typesetsh.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function renderMultiple(array $html): Result
8080
return $result;
8181
}
8282

83-
public function __clone(): void
83+
public function __clone()
8484
{
8585
$this->html2pdf = clone $this->html2pdf;
8686
$this->uriResolver = clone $this->uriResolver;

0 commit comments

Comments
 (0)