diff --git a/lib/Cake/Utility/Validation.php b/lib/Cake/Utility/Validation.php index c39db5880..55825e401 100644 --- a/lib/Cake/Utility/Validation.php +++ b/lib/Cake/Utility/Validation.php @@ -754,6 +754,7 @@ class Validation { * @param string $regex Regular expression to use * @param string $country Country * @return bool Success + * @deprecated Deprecated since 2.6, will be removed in 3.0. */ public static function ssn($check, $regex = null, $country = null) { if (is_array($check)) {