We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b64eec commit 708b689Copy full SHA for 708b689
src/Document.php
@@ -24,7 +24,7 @@ class Document
24
*/
25
public function __construct(string $html)
26
{
27
- $this->document = new DOMDocument();
+ $this->document = new DOMDocument;
28
29
$this->suppress();
30
0 commit comments