Skip to content

Commit cd209de

Browse files
committed
Change Case in Annotation
1 parent 99fcc96 commit cd209de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpWord/Writer/PDF/DomPDF.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function save(string $filename): void
8181
fwrite($fileHandle, $pdf->output());
8282

8383
if ($restoreHandler) {
84-
restore_error_handler(); // @codecoverageignore
84+
restore_error_handler(); // @codeCoverageIgnore
8585
}
8686
parent::restoreStateAfterSave($fileHandle);
8787
}

0 commit comments

Comments
 (0)