Skip to content

Commit

Permalink
add phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Oct 25, 2024
1 parent cd935c9 commit b59c45a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions htdocs/webservices/server_user.php
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]>
*
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down

0 comments on commit b59c45a

Please sign in to comment.