diff --git a/src/Symfony/Component/Validator/Context/ExecutionContext.php b/src/Symfony/Component/Validator/Context/ExecutionContext.php index 3bd423fb65..a30382d3b7 100644 --- a/src/Symfony/Component/Validator/Context/ExecutionContext.php +++ b/src/Symfony/Component/Validator/Context/ExecutionContext.php @@ -183,8 +183,8 @@ class ExecutionContext implements ExecutionContextInterface $message, $parameters, $this->root, - $this->getPropertyPath(), - $this->getValue(), + $this->propertyPath, + $this->value, null, null )); @@ -200,8 +200,8 @@ class ExecutionContext implements ExecutionContextInterface $message, $parameters, $this->root, - $this->getPropertyPath(), - $this->getValue(), + $this->propertyPath, + $this->value, $this->translator, $this->translationDomain );