mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
fix phpstan (#31594)
This commit is contained in:
parent
475976a733
commit
7f73b63c7a
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user