minor #14911 [Validator] remove partial deprecation annotation (xabbuh)

This PR was merged into the 2.6 branch.

Discussion
----------

[Validator] remove partial deprecation annotation

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #14815
| License       | MIT
| Doc PR        |

Commits
-------

b49c82f [Validator] remove partial deprecation annotation
This commit is contained in:
Fabien Potencier 2015-06-08 20:18:54 +02:00
commit 29027eead6
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);