We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RuleSet
1 parent af6d8c0 commit 3d72bbcCopy full SHA for 3d72bbc
1 file changed
src/RuleSet/RuleSet.php
@@ -24,8 +24,7 @@
24
* If you want to manipulate a `RuleSet`, use the methods `addRule(Rule $rule)`, `getRules()` and `removeRule($rule)`
25
* (which accepts either a `Rule` or a rule name; optionally suffixed by a dash to remove all related rules).
26
*
27
- * Note that `CSSListItem` extends both `Commentable` and `Renderable`,
28
- * so those interfaces must also be implemented by concrete subclasses.
+ * Note that `CSSListItem` extends both `Commentable` and `Renderable`, so those interfaces must also be implemented.
29
*/
30
class RuleSet implements CSSElement, CSSListItem, Positionable, RuleContainer
31
{
0 commit comments