Deprecate ssn() validation in favor of plugin Localized.

This commit is contained in:
euromark 2014-08-04 16:39:43 +02:00
parent 713f430fc4
commit bbcdf2404e

View file

@ -754,6 +754,7 @@ class Validation {
* @param string $regex Regular expression to use * @param string $regex Regular expression to use
* @param string $country Country * @param string $country Country
* @return bool Success * @return bool Success
* @deprecated Deprecated since 2.6, will be removed in 3.0.
*/ */
public static function ssn($check, $regex = null, $country = null) { public static function ssn($check, $regex = null, $country = null) {
if (is_array($check)) { if (is_array($check)) {