Skip to content

Commit

Permalink
[Validator] remove partial deprecation annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Jun 8, 2015
1 parent 6fcdcb5 commit b49c82f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Symfony/Component/Validator/ExecutionContextInterface.php
Expand Up @@ -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);

Expand Down

0 comments on commit b49c82f

Please sign in to comment.