mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 16:12:39 +01:00
doxygen
This commit is contained in:
@@ -2083,9 +2083,9 @@ class User extends CommonObject
|
||||
|
||||
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
|
||||
/**
|
||||
* Read clicktodial information for user
|
||||
* Read clicktodial information for user
|
||||
*
|
||||
* @return <0 if KO, >0 if OK
|
||||
* @return int <0 if KO, >0 if OK
|
||||
*/
|
||||
public function fetch_clicktodial()
|
||||
{
|
||||
@@ -2123,7 +2123,7 @@ class User extends CommonObject
|
||||
/**
|
||||
* Update clicktodial info
|
||||
*
|
||||
* @return integer
|
||||
* @return int <0 if KO, >0 if OK
|
||||
*/
|
||||
public function update_clicktodial()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user