Skip to content

Commit

Permalink
fixed merge
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jun 5, 2015
1 parent 31eb16c commit 04630ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Symfony/Component/Validator/ExecutionContextInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ interface ExecutionContextInterface
* @param int|null $code The violation code
*
* @api
*
* @deprecated the parameters $invalidValue, $plural and $code are deprecated since version 2.5 and will be removed in 3.0.
*/
public function addViolation($message, array $params = array(), $invalidValue = null, $plural = null, $code = null);

Expand Down

0 comments on commit 04630ad

Please sign in to comment.