@@ -622,11 +622,14 @@ class Sabberworm\CSS\CSSList\Document#4 (2) {
622
622
classDiagram
623
623
direction LR
624
624
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
626
626
627
627
class Renderable {
628
628
<<interface>>
629
629
}
630
+ class CSSListItem {
631
+ <<interface>>
632
+ }
630
633
class DeclarationBlock {
631
634
}
632
635
class RuleSet {
@@ -715,14 +718,14 @@ classDiagram
715
718
}
716
719
717
720
RuleSet <|-- DeclarationBlock: inheritance
718
- Renderable <|.. RuleSet: realization
719
- Commentable <|.. RuleSet: realization
721
+ Renderable <|-- CSSListItem: inheritance
722
+ Commentable <|-- CSSListItem: inheritance
723
+ CSSListItem <|.. RuleSet: realization
720
724
RuleSet <|-- AtRuleSet: inheritance
721
725
AtRule <|.. AtRuleSet: realization
722
726
Renderable <|.. Selector: realization
723
727
Selector <|-- KeyframeSelector: inheritance
724
- Renderable <|-- AtRule: inheritance
725
- Commentable <|-- AtRule: inheritance
728
+ CSSListItem <|-- AtRule: inheritance
726
729
AtRule <|.. Charset: realization
727
730
AtRule <|.. Import: realization
728
731
AtRule <|.. CSSNamespace: realization
@@ -734,8 +737,7 @@ classDiagram
734
737
SourceException <|-- UnexpectedTokenException: inheritance
735
738
CSSList <|-- CSSBlockList: inheritance
736
739
CSSBlockList <|-- Document: inheritance
737
- Renderable <|.. CSSList: realization
738
- Commentable <|.. CSSList: realization
740
+ CSSListItem <|.. CSSList: realization
739
741
CSSList <|-- KeyFrame: inheritance
740
742
AtRule <|.. KeyFrame: realization
741
743
CSSBlockList <|-- AtRuleBlockList: inheritance
0 commit comments