Skip to content

Commit 708b689

Browse files
committed
🎨 Pint
1 parent 2b64eec commit 708b689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Document.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Document
2424
*/
2525
public function __construct(string $html)
2626
{
27-
$this->document = new DOMDocument();
27+
$this->document = new DOMDocument;
2828

2929
$this->suppress();
3030

0 commit comments

Comments
 (0)