Browse Source

Remove deprecation notice.

Robert Pustułka 8 years ago
parent
commit
d14c2064fa
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Validation/Validation.php

+ 0 - 1
src/Validation/Validation.php

@@ -306,7 +306,6 @@ class Validation
      * @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)
     {