File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1111
1212### Changed
1313
14+ - Mark ` OutputFormatter ` as ` @internal ` (#896 )
1415- Mark ` Selector::isValid() ` as ` @internal ` (#1037 )
1516- Mark parsing-related methods of most CSS elements as ` @internal ` (#908 )
1617- Mark ` OutputFormat::nextLevel() ` as ` @internal ` (#901 )
Original file line number Diff line number Diff line change @@ -363,12 +363,15 @@ public function beLenient()
363363
364364 /**
365365 * @return OutputFormatter
366+ *
367+ * @internal since 8.8.0
366368 */
367369 public function getFormatter ()
368370 {
369371 if ($ this ->oFormatter === null ) {
370372 $ this ->oFormatter = new OutputFormatter ($ this );
371373 }
374+
372375 return $ this ->oFormatter ;
373376 }
374377
Original file line number Diff line number Diff line change 55use Sabberworm \CSS \Comment \Commentable ;
66use Sabberworm \CSS \Parsing \OutputException ;
77
8+ /**
9+ * @internal since 8.8.0
10+ */
811class OutputFormatter
912{
1013 /**
You can’t perform that action at this time.
0 commit comments