We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ce8e5 commit 6f29ddbCopy full SHA for 6f29ddb
src/Symfony/Component/ObjectMapper/Tests/Fixtures/MapStruct/AToBMapper.php
@@ -21,7 +21,6 @@ public function __construct(private readonly ObjectMapper $objectMapper)
21
{
22
}
23
24
- // TODO: change attribute
25
#[Map(source: 'propertyA', target: 'propertyD')]
26
#[Map(source: 'propertyB', if: false)]
27
public function map(object $source, object|string|null $target = null): object
0 commit comments