Skip to content

Commit 84c5e56

Browse files
rubenvanasschegithub-actions[bot]
authored andcommitted
Fix styling
1 parent deedec5 commit 84c5e56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Transformers/DtoTransformerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
use function PHPUnit\Framework\assertEquals;
66
use function Spatie\Snapshots\assertMatchesSnapshot;
77
use function Spatie\Snapshots\assertMatchesTextSnapshot;
8-
use Spatie\TypeScriptTransformer\Attributes\LiteralTypeScriptType;
98
use Spatie\TypeScriptTransformer\Attributes\Hidden;
9+
use Spatie\TypeScriptTransformer\Attributes\LiteralTypeScriptType;
1010
use Spatie\TypeScriptTransformer\Attributes\Optional;
1111
use Spatie\TypeScriptTransformer\Attributes\TypeScriptType;
1212
use Spatie\TypeScriptTransformer\Structures\MissingSymbolsCollection;
@@ -133,7 +133,7 @@ class DummyOptionalDto
133133

134134

135135
it('transforms properties to hidden ones when using hidden attribute', function () {
136-
$class = new class () {
136+
$class = new class() {
137137
public string $visible;
138138
#[Hidden]
139139
public string $hidden;

0 commit comments

Comments
 (0)