[Validator] remove partial deprecation annotation

This commit is contained in:
Christian Flothmann 2015-06-08 18:16:07 +02:00
parent 6fcdcb509a
commit b49c82ff8c
1 changed files with 0 additions and 4 deletions

View File

@ -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);