Skip to content

Commit dd0a23d

Browse files
authored
Merge pull request #332 from natepage/patch-2
[Docs] Update interface name in transformer documentation for compute
2 parents 08e1c79 + 44a454d commit dd0a23d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/mapping/transformer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ When multiple transformers can be applied, the one with the highest priority wil
173173
### Computing extra data for the transformer
174174

175175
In some cases you may want to compute extra data that will be passed to the transformer. This is possible by
176-
implementing the `PropertyTransformerDataProviderInterface` interface.
176+
implementing the `PropertyTransformerComputeInterface` interface.
177177

178178
```php
179179
namespace App\Transformer;

0 commit comments

Comments
 (0)