Qual: Wrong type in method documentation

This commit is contained in:
Raphaël Doursenaud 2014-04-23 11:52:48 +02:00
parent 84c9a390eb
commit 6cfcdbfe56

View File

@ -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')