Skip to content

Commit 589eaba

Browse files
committed
fix test
1 parent b78b63f commit 589eaba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/ObjectMap/Nested2.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@
44

55
namespace Yiisoft\Hydrator\Tests\ObjectMap;
66

7-
use Yiisoft\Hydrator\Attribute\Parameter\Data;
8-
97
final class Nested2
108
{
119
public string $var1 = '';
12-
#[Data('var2')]
1310
public string $var2 = '';
1411
}

0 commit comments

Comments
 (0)