Skip to content

Commit 52c3485

Browse files
committed
[CLEANUP] Drop empty OutputFormat constructor
1 parent 9d2fd8e commit 52c3485

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/OutputFormat.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,6 @@ class OutputFormat
183183
*/
184184
private $indentationLevel = 0;
185185

186-
/**
187-
* @internal since V8.8.0. Use the factory methods `create()`, `createCompact()`, or `createPretty()` instead.
188-
*/
189-
public function __construct() {}
190-
191186
/**
192187
* @param non-empty-string $methodName
193188
* @param array<array-key, mixed> $arguments

0 commit comments

Comments
 (0)