Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/mapping/transformer.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ When multiple transformers can be applied, the one with the highest priority wil
### Computing extra data for the transformer

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

```php
namespace App\Transformer;
Expand Down