Skip to content

Commit 6607f94

Browse files
authored
[CLEANUP] Drop empty OutputFormat constructor (#1127)
1 parent ef732a5 commit 6607f94

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
@@ -180,11 +180,6 @@ final class OutputFormat
180180
*/
181181
private $indentationLevel = 0;
182182

183-
/**
184-
* @internal since V8.8.0. Use the factory methods `create()`, `createCompact()`, or `createPretty()` instead.
185-
*/
186-
public function __construct() {}
187-
188183
/**
189184
* @param non-empty-string $methodName
190185
* @param array<array-key, mixed> $arguments

0 commit comments

Comments
 (0)