File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Please also have a look at our
2121
2222### Changed
2323
24+ - Mark ` OutputFormatter ` as ` @internal ` (#896 )
2425- Make ` Selector ` a ` Renderable ` (#1017 )
2526- Mark ` Selector::isValid() ` as ` @internal ` (#1037 )
2627- Mark parsing-related methods of most CSS elements as ` @internal ` (#908 )
Original file line number Diff line number Diff line change @@ -751,11 +751,15 @@ public function beLenient(): void
751751 $ this ->bIgnoreExceptions = true ;
752752 }
753753
754+ /**
755+ * @internal since 8.8.0
756+ */
754757 public function getFormatter (): OutputFormatter
755758 {
756759 if ($ this ->outputFormatter === null ) {
757760 $ this ->outputFormatter = new OutputFormatter ($ this );
758761 }
762+
759763 return $ this ->outputFormatter ;
760764 }
761765
Original file line number Diff line number Diff line change 77use Sabberworm \CSS \Comment \Commentable ;
88use Sabberworm \CSS \Parsing \OutputException ;
99
10+ /**
11+ * @internal since 8.8.0
12+ */
1013class OutputFormatter
1114{
1215 /**
You can’t perform that action at this time.
0 commit comments