Skip to content

Commit

Permalink
Remove deprecation notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpustulka committed Oct 6, 2017
1 parent c2ec72b commit d14c206
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Validation/Validation.php
Expand Up @@ -306,7 +306,6 @@ public static function comparison($check1, $operator, $check2)
* @param string $field The field to check $check against. This field must be present in $context.
* @param array $context The validation context.
* @return bool
* @deprecated 3.6.0 Use compareFields() instead.
*/
public static function compareWith($check, $field, $context)
{
Expand Down

0 comments on commit d14c206

Please sign in to comment.