File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ class TypeScriptTransformerConfig
18
18
* @param array<Transformer> $transformers
19
19
*/
20
20
public function __construct (
21
- readonly public array $ typeProviders ,
22
- readonly public Writer $ writer ,
23
- readonly public ?Formatter $ formatter ,
24
- readonly public array $ directoriesToWatch = [],
25
- readonly public array $ providedVisitorClosures = [],
26
- readonly public array $ connectedVisitorClosures = [],
27
- readonly public array $ transformers = [],
21
+ public readonly array $ typeProviders ,
22
+ public readonly Writer $ writer ,
23
+ public readonly ?Formatter $ formatter ,
24
+ public readonly array $ directoriesToWatch = [],
25
+ public readonly array $ providedVisitorClosures = [],
26
+ public readonly array $ connectedVisitorClosures = [],
27
+ public readonly array $ transformers = [],
28
28
) {
29
29
}
30
30
}
You can’t perform that action at this time.
0 commit comments