Skip to content

Commit 1032c9a

Browse files
committed
update Dom.php
1 parent f333e57 commit 1032c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPHtmlParser/Dom.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function __construct(?ParserInterface $domParser = null, ?CleanerInterfac
7171

7272
$this->domParser = $domParser;
7373
$this->domCleaner = $domCleaner;
74-
}
74+
}
7575

7676
/**
7777
* Returns the inner html of the root node.

0 commit comments

Comments
 (0)