File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
use function PHPUnit \Framework \assertEquals ;
6
6
use function Spatie \Snapshots \assertMatchesSnapshot ;
7
7
use function Spatie \Snapshots \assertMatchesTextSnapshot ;
8
- use Spatie \TypeScriptTransformer \Attributes \LiteralTypeScriptType ;
9
8
use Spatie \TypeScriptTransformer \Attributes \Hidden ;
9
+ use Spatie \TypeScriptTransformer \Attributes \LiteralTypeScriptType ;
10
10
use Spatie \TypeScriptTransformer \Attributes \Optional ;
11
11
use Spatie \TypeScriptTransformer \Attributes \TypeScriptType ;
12
12
use Spatie \TypeScriptTransformer \Structures \MissingSymbolsCollection ;
@@ -133,7 +133,7 @@ class DummyOptionalDto
133
133
134
134
135
135
it ('transforms properties to hidden ones when using hidden attribute ' , function () {
136
- $ class = new class () {
136
+ $ class = new class () {
137
137
public string $ visible ;
138
138
#[Hidden]
139
139
public string $ hidden ;
You can’t perform that action at this time.
0 commit comments