8000 [Validator] remove partial deprecation annotation · symfony/symfony@b49c82f · GitHub
[go: up one dir, main page]

Skip to content

Commit b49c82f

Browse files
committed
[Validator] remove partial deprecation annotation
1 parent 6fcdcb5 commit b49c82f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Symfony/Component/Validator/ExecutionContextInterface.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,6 @@ interface ExecutionContextInterface
100100
* @param int|null $code The violation code
101101
*
102102
* @api
103-
*
104-
* @deprecated The parameters $invalidValue, $pluralization and $code are
105-
* deprecated since version 2.5 and will be removed in
106-
* Symfony 3.0.
107103
*/
108104
public function addViolation($message, array $params = array(), $invalidValue = null, $plural = null, $code = null);
109105

0 commit comments

Comments
 (0)
0