Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Please also have a look at our

### Changed

- Make `OutputFormat` `final` (#1128)
- Mark the `OutputFormat` constructor as `@internal` (#1131)
- Mark `OutputFormatter` as `@internal` (#896)
- Make `Selector` a `Renderable` (#1017)
Expand Down
5 changes: 1 addition & 4 deletions src/OutputFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@

namespace Sabberworm\CSS;

/**
* Extending this class is deprecated in version 8.8.0; it will be made `final` in version 9.0.0.
*/
class OutputFormat
final class OutputFormat
{
/**
* Value format: `"` means double-quote, `'` means single-quote
Expand Down