Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Dec 2, 2023
1 parent ffc0a86 commit d7ae28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serializer/HTMLSerializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private function serializeToCleanedString(DOMDocument $document): string {
$writer->setIndentString(' ');

if ($this->keepXMLHeaderFlag) {
$writer->startDocument(encoding: $document->encoding );
$writer->startDocument(encoding: $document->encoding);
}

if ($this->withDoctypeFlag) {
Expand Down

0 comments on commit d7ae28d

Please sign in to comment.