Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 29027ee

Browse filesBrowse files
committed
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
2 parents 6fcdcb5 + b49c82f commit 29027ee
Copy full SHA for 29027ee

File tree

Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-4
lines changed

‎src/Symfony/Component/Validator/ExecutionContextInterface.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/ExecutionContextInterface.php
-4Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.