Skip to content

Commit 72ea845

Browse files
committed
minor #61440 [ObjectMapper] Remove obsolete TODO (mttsch)
This PR was merged into the 7.4 branch. Discussion ---------- [ObjectMapper] Remove obsolete TODO | Q | A | ------------- | --- | Branch? | 7.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 6f29ddb [ObjectMapper] Remove obsolete TODO
2 parents 73ce8e5 + 6f29ddb commit 72ea845

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)