Merge pull request #12090 from frederic34/patch-19

doxygen
This commit is contained in:
Laurent Destailleur 2019-10-11 16:15:36 +02:00 committed by GitHub
commit dbb06adf98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,7 +177,7 @@ class modGeneratePassPerso extends ModeleGenPassword
* Validate a password * Validate a password
* *
* @param string $password Password to check * @param string $password Password to check
* @return int 0 if KO, >0 if OK * @return bool false if KO, true if OK
*/ */
public function validatePassword($password) public function validatePassword($password)
{ {