// Should not happen, bail out
break;
} $propertyPathBuilder->
replace($i, 1,
$propertyPath);
$i +=
$propertyPath->
getLength();
} } $finalPath =
$propertyPathBuilder->
getPropertyPath();
return null !==
$finalPath ?
new RelativePath($origin,
$finalPath) : null;
} private function acceptsErrors(FormInterface
$form): bool
{ return $this->allowNonSynchronized ||
$form->
isSynchronized();
}}