Skip to content

Commit e511256

Browse files
committed
Cleanup
1 parent 5f17a7e commit e511256

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Node/HtmlTag.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ final class HtmlTag extends Node
1111
use Internal\Attributes;
1212
use Internal\DefaultTags;
1313

14+
/** @var list<Node> */
1415
private array $values = [];
16+
17+
private HtmlClass $class;
18+
1519
private DOMElement $domElement;
16-
public readonly HtmlClass $class;
1720

1821
public function __construct(private string $tag, Node|string ...$value)
1922
{

0 commit comments

Comments
 (0)