Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Oct 5, 2024
1 parent b78b63f commit 589eaba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/ObjectMap/Nested2.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@

namespace Yiisoft\Hydrator\Tests\ObjectMap;

use Yiisoft\Hydrator\Attribute\Parameter\Data;

final class Nested2
{
public string $var1 = '';
#[Data('var2')]
public string $var2 = '';
}

0 comments on commit 589eaba

Please sign in to comment.