From b49c82ff8c89b5c44ee9c4ce9601a26ee12c0946 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 8 Jun 2015 18:16:07 +0200 Subject: [PATCH] [Validator] remove partial deprecation annotation --- src/Symfony/Component/Validator/ExecutionContextInterface.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Symfony/Component/Validator/ExecutionContextInterface.php b/src/Symfony/Component/Validator/ExecutionContextInterface.php index a52d8f1c11..4b4a8df599 100644 --- a/src/Symfony/Component/Validator/ExecutionContextInterface.php +++ b/src/Symfony/Component/Validator/ExecutionContextInterface.php @@ -100,10 +100,6 @@ interface ExecutionContextInterface * @param int|null $code The violation code * * @api - * - * @deprecated The parameters $invalidValue, $pluralization and $code are - * deprecated since version 2.5 and will be removed in - * Symfony 3.0. */ public function addViolation($message, array $params = array(), $invalidValue = null, $plural = null, $code = null);