Skip to content

Commit cec8497

Browse files
committed
Use getter to access the RuleSet object property
1 parent b63871b commit cec8497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RuleSet/DeclarationBlock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public static function parse(ParserState $parserState, ?CSSList $list = null): ?
133133
}
134134
$result->setComments($comments);
135135

136-
RuleSet::parseRuleSet($parserState, $result->ruleSet);
136+
RuleSet::parseRuleSet($parserState, $result->getRuleSet());
137137

138138
return $result;
139139
}

0 commit comments

Comments
 (0)