@@ -622,11 +622,14 @@ class Sabberworm\CSS\CSSList\Document#4 (2) {
622622classDiagram
623623 direction LR
624624
625- %% Start of the part generated from the PHP code using tasuku43/mermaid-class-diagram
625+ %% Start of the part originally generated from the PHP code using tasuku43/mermaid-class-diagram
626626
627627 class Renderable {
628628 <<interface>>
629629 }
630+ class CSSListItem {
631+ <<interface>>
632+ }
630633 class DeclarationBlock {
631634 }
632635 class RuleSet {
@@ -715,14 +718,14 @@ classDiagram
715718 }
716719
717720 RuleSet <|-- DeclarationBlock: inheritance
718- Renderable <|.. RuleSet: realization
719- Commentable <|.. RuleSet: realization
721+ Renderable <|-- CSSListItem: inheritance
722+ Commentable <|-- CSSListItem: inheritance
723+ CSSListItem <|.. RuleSet: realization
720724 RuleSet <|-- AtRuleSet: inheritance
721725 AtRule <|.. AtRuleSet: realization
722726 Renderable <|.. Selector: realization
723727 Selector <|-- KeyframeSelector: inheritance
724- Renderable <|-- AtRule: inheritance
725- Commentable <|-- AtRule: inheritance
728+ CSSListItem <|-- AtRule: inheritance
726729 AtRule <|.. Charset: realization
727730 AtRule <|.. Import: realization
728731 AtRule <|.. CSSNamespace: realization
@@ -734,8 +737,7 @@ classDiagram
734737 SourceException <|-- UnexpectedTokenException: inheritance
735738 CSSList <|-- CSSBlockList: inheritance
736739 CSSBlockList <|-- Document: inheritance
737- Renderable <|.. CSSList: realization
738- Commentable <|.. CSSList: realization
740+ CSSListItem <|.. CSSList: realization
739741 CSSList <|-- KeyFrame: inheritance
740742 AtRule <|.. KeyFrame: realization
741743 CSSBlockList <|-- AtRuleBlockList: inheritance
0 commit comments