diff --git a/src/Symfony/Component/Validator/Context/ExecutionContext.php b/src/Symfony/Component/Validator/Context/ExecutionContext.php index 542ea33658..b8cd99927c 100644 --- a/src/Symfony/Component/Validator/Context/ExecutionContext.php +++ b/src/Symfony/Component/Validator/Context/ExecutionContext.php @@ -184,8 +184,8 @@ class ExecutionContext implements ExecutionContextInterface $message, $parameters, $this->root, - $this->getPropertyPath(), - $this->getValue(), + $this->propertyPath, + $this->value, null, null )); @@ -201,8 +201,8 @@ class ExecutionContext implements ExecutionContextInterface $message, $parameters, $this->root, - $this->getPropertyPath(), - $this->getValue(), + $this->propertyPath, + $this->value, $this->translator, $this->translationDomain );