-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd935c9
commit b59c45a
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
/* Copyright (C) 2006-2016 Laurent Destailleur <[email protected]> | ||
/* Copyright (C) 2006-2016 Laurent Destailleur <[email protected]> | ||
* Copyright (C) 2024 MDW <[email protected]> | ||
* Copyright (C) 2024 Frédéric France <[email protected]> | ||
* | ||
|
@@ -417,7 +417,7 @@ function getUser($authentication, $id, $ref = '', $ref_ext = '') | |
/** | ||
* getListOfGroups | ||
* | ||
* @param array $authentication Array of authentication information | ||
* @param array{login:string,password:string,entity:?int,dolibarrkey:string} $authentication Array of authentication information | ||
* @return array Array result | ||
*/ | ||
function getListOfGroups($authentication) | ||
|
@@ -485,7 +485,7 @@ function getListOfGroups($authentication) | |
/** | ||
* Create an external user with thirdparty and contact | ||
* | ||
* @param array $authentication Array of authentication information | ||
* @param array{login:string,password:string,entity:?int,dolibarrkey:string} $authentication Array of authentication information | ||
* @param array $thirdpartywithuser Datas | ||
* @return mixed | ||
*/ | ||
|
@@ -684,7 +684,7 @@ function createUserFromThirdparty($authentication, $thirdpartywithuser) | |
/** | ||
* Set password of an user | ||
* | ||
* @param array $authentication Array of authentication information | ||
* @param array{login:string,password:string,entity:?int,dolibarrkey:string} $authentication Array of authentication information | ||
* @param array $shortuser Array of login/password info | ||
* @return mixed | ||
*/ | ||
|