コード例 #1
0
ファイル: L33tMatch.php プロジェクト: pbull/password_strength
 /**
  * @return float
  */
 public function getEntropy()
 {
     return parent::getEntropy() + $this->l33tEntropy();
 }