Skip to content

Commit 3d72bbc

Browse files
authored
[CLEANUP] Update RuleSet DocBlock (#1343)
... to be consistent with the class now being concrete. Missed in #1341.
1 parent af6d8c0 commit 3d72bbc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/RuleSet/RuleSet.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
* If you want to manipulate a `RuleSet`, use the methods `addRule(Rule $rule)`, `getRules()` and `removeRule($rule)`
2525
* (which accepts either a `Rule` or a rule name; optionally suffixed by a dash to remove all related rules).
2626
*
27-
* Note that `CSSListItem` extends both `Commentable` and `Renderable`,
28-
* so those interfaces must also be implemented by concrete subclasses.
27+
* Note that `CSSListItem` extends both `Commentable` and `Renderable`, so those interfaces must also be implemented.
2928
*/
3029
class RuleSet implements CSSElement, CSSListItem, Positionable, RuleContainer
3130
{

0 commit comments

Comments
 (0)