Skip to content

Commit 6f29ddb

Browse files
committed
[ObjectMapper] Remove obsolete TODO
1 parent 73ce8e5 commit 6f29ddb

File tree

1 file changed

+0
-1
lines changed
  • src/Symfony/Component/ObjectMapper/Tests/Fixtures/MapStruct

1 file changed

+0
-1
lines changed

src/Symfony/Component/ObjectMapper/Tests/Fixtures/MapStruct/AToBMapper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public function __construct(private readonly ObjectMapper $objectMapper)
2121
{
2222
}
2323

24-
// TODO: change attribute
2524
#[Map(source: 'propertyA', target: 'propertyD')]
2625
#[Map(source: 'propertyB', if: false)]
2726
public function map(object $source, object|string|null $target = null): object

0 commit comments

Comments
 (0)