2 declare(strict_types = 1);
33 public function __invoke(
string $key, $value): void
39 $formDefinition = $this->converterDto->getFormDefinition();
43 $hmacPropertyPathParts = explode(
'.', $key);
44 $lastKeySegment = array_pop($hmacPropertyPathParts);
45 $hmacPropertyPathParts[] =
'_orig_' . $lastKeySegment;
46 $hmacValuePath = implode(
'.', $hmacPropertyPathParts);
52 $this->converterDto->setFormDefinition($formDefinition);