fix phpstan (#31594)

This commit is contained in:
Frédéric FRANCE 2024-10-28 00:53:28 +01:00 committed by GitHub
parent 475976a733
commit 7f73b63c7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -685,7 +685,7 @@ function createUserFromThirdparty($authentication, $thirdpartywithuser)
* Set password of an user
*
* @param array{login:string,password:string,entity:?int,dolibarrkey:string} $authentication Array of authentication information
* @param array $shortuser Array of login/password info
* @param array{login:string,password:string} $shortuser Array of login/password info
* @return mixed
*/
function setUserPassword($authentication, $shortuser)