Merge pull request #27691 from thibdrev/patch-2

qual: phsptan
This commit is contained in:
Laurent Destailleur
2024-01-21 23:45:24 +01:00
committed by GitHub

View File

@@ -35,7 +35,7 @@ include_once DOL_DOCUMENT_ROOT.'/core/class/openid.class.php';
* @param string $usertotest Login
* @param string $passwordtotest Password
* @param int $entitytotest Number of instance (always 1 if module multicompany not enabled)
* @return string Login if OK, '' if KO
* @return string|false Login if OK, false otherwise
*/
function check_user_password_openid($usertotest, $passwordtotest, $entitytotest)
{