You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownew \Exception('Unable to load the dictionary.');
184
184
}
@@ -256,8 +256,8 @@ public function getDictionaryEncoding(): string{
256
256
/**
257
257
* Analyzes a given password.
258
258
*
259
-
* @param string password The password to analyze.
260
-
* @param array keywords An optional sequeantial array of strings containing some keywords which shall be looked into the given password (like first name, surname, e-mail address and so on).
259
+
* @param string $password The password to analyze.
260
+
* @param array $keywords An optional sequeantial array of strings containing some keywords which shall be looked into the given password (like first name, surname, e-mail address and so on).
261
261
*
262
262
* @return array An associative array containing the information of the analysis, like chars counts, keywords counts and strength score.
263
263
*/
@@ -341,8 +341,8 @@ public function analyze(string $password, array $keywords = NULL): array{
341
341
/**
342
342
* Analyzes a given password using also a dictionary of weak passwords to test its strength.
343
343
*
344
-
* @param string password The password to analyze.
345
-
* @param array info A sequential array of strings containing some additional information which shall be looked into the given password (like first name, surname, e-mail address and so on).
344
+
* @param string $password The password to analyze.
345
+
* @param array $info A sequential array of strings containing some additional information which shall be looked into the given password (like first name, surname, e-mail address and so on).
346
346
*
347
347
* @return array An associative array containing the information of the analysis, like chars counts, keywords counts and strength score.
348
348
*/
@@ -369,7 +369,7 @@ public function completeAnalysis(string $password, array $keywords = NULL): arra
0 commit comments