Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche authored and github-actions[bot] committed Jun 2, 2023
1 parent deedec5 commit 84c5e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Transformers/DtoTransformerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
use function PHPUnit\Framework\assertEquals;
use function Spatie\Snapshots\assertMatchesSnapshot;
use function Spatie\Snapshots\assertMatchesTextSnapshot;
use Spatie\TypeScriptTransformer\Attributes\LiteralTypeScriptType;
use Spatie\TypeScriptTransformer\Attributes\Hidden;
use Spatie\TypeScriptTransformer\Attributes\LiteralTypeScriptType;
use Spatie\TypeScriptTransformer\Attributes\Optional;
use Spatie\TypeScriptTransformer\Attributes\TypeScriptType;
use Spatie\TypeScriptTransformer\Structures\MissingSymbolsCollection;
Expand Down Expand Up @@ -133,7 +133,7 @@ class DummyOptionalDto


it('transforms properties to hidden ones when using hidden attribute', function () {
$class = new class () {
$class = new class() {
public string $visible;
#[Hidden]
public string $hidden;
Expand Down

0 comments on commit 84c5e56

Please sign in to comment.