Skip to content

Commit a817a29

Browse files
Update lib/Sabberworm/CSS/Property/Charset.php
Co-authored-by: Weston Ruter <westonruter@google.com>
1 parent eedbd65 commit a817a29

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/Sabberworm/CSS/Property/Charset.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ class Charset implements AtRule {
1919
* @var int
2020
*/
2121
protected $iLineNo;
22+
23+
/**
24+
* @var array
25+
*/
2226
protected $aComment;
2327

2428
/**
@@ -84,4 +88,4 @@ public function getComments() {
8488
public function setComments(array $aComments) {
8589
$this->aComments = $aComments;
8690
}
87-
}
91+
}

0 commit comments

Comments
 (0)