We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 511df9f commit 97e07adCopy full SHA for 97e07ad
library/Icinga/Authentication/PasswordValidator.php
@@ -29,11 +29,11 @@ public function __construct(PasswordPolicyHook $passwordPolicyObject)
29
* Checks if password matches with password policy
30
* throws a message if not
31
*
32
- * @param string $value The password to validate
+ * @param mixed $value The password to validate
33
34
* @return bool
35
*/
36
- public function isValid(string $value): bool
+ public function isValid($value): bool
37
{
38
$message = $this->passwordPolicyObject->validatePassword($value);
39
0 commit comments