Qual: Wrong type in method documentation
This commit is contained in:
parent
84c9a390eb
commit
6cfcdbfe56
@ -241,8 +241,8 @@ abstract class CommonObject
|
|||||||
/**
|
/**
|
||||||
* Copy contact from one element to current
|
* Copy contact from one element to current
|
||||||
*
|
*
|
||||||
* @param int $objFrom Source element
|
* @param CommonObject $objFrom Source element
|
||||||
* @param int $source Nature of contact ('internal' or 'external')
|
* @param string $source Nature of contact ('internal' or 'external')
|
||||||
* @return int >0 if OK, <0 if KO
|
* @return int >0 if OK, <0 if KO
|
||||||
*/
|
*/
|
||||||
function copy_linked_contact($objFrom, $source='internal')
|
function copy_linked_contact($objFrom, $source='internal')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user