Example #1
0
 /**
  * @copydoc Match::match()
  */
 public static function match($password, array $userInputs = array())
 {
     return ZxcvbnBruteforce::match($password, $userInputs);
 }