We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
OutputFormatter
@internal
1 parent 5e05197 commit 79d9544Copy full SHA for 79d9544
CHANGELOG.md
@@ -21,6 +21,7 @@ Please also have a look at our
21
22
### Changed
23
24
+- Mark `OutputFormatter` as `@internal` (#896))
25
- Only allow `string` for some `OutputFormat` properties (#885)
26
- Make all non-private properties `@internal` (#886)
27
- Use more native type declarations and strict mode
src/OutputFormatter.php
@@ -7,6 +7,9 @@
7
use Sabberworm\CSS\Comment\Commentable;
8
use Sabberworm\CSS\Parsing\OutputException;
9
10
+/**
11
+ * @internal since 8.8.0
12
+ */
13
class OutputFormatter
14
{
15
/**
0 commit comments