Skip to content

Commit 334d1ad

Browse files
committed
[TASK] Make OutputFormat final
This class is not intended to be extended, and it's intended to be created using the factory methods anyway. (Also, we most probably won't need to have mocks of this class in the tests as it's mostly a data object.)
1 parent 1de81af commit 334d1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OutputFormat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace Sabberworm\CSS;
66

7-
class OutputFormat
7+
final class OutputFormat
88
{
99
/**
1010
* Value format: `"` means double-quote, `'` means single-quote

0 commit comments

Comments
 (0)