Fix doxygen

This commit is contained in:
Laurent Destailleur 2017-10-04 19:48:11 +02:00
parent ded55f41fb
commit 6540bc0061
2 changed files with 10 additions and 8 deletions

View File

@ -882,7 +882,7 @@ class Categorie extends CommonObject
/** /**
* List categories of an element id * List categories of an element id
* *
* @param int $item Id of element * @param int $id Id of element
* @param string $type Type of category ('member', 'customer', 'supplier', 'product', 'contact') * @param string $type Type of category ('member', 'customer', 'supplier', 'product', 'contact')
* @param string $sortfield Sort field * @param string $sortfield Sort field
* @param string $sortorder Sort order * @param string $sortorder Sort order

View File

@ -285,7 +285,9 @@ class Comment extends CommonObject
/** /**
* Load comments linked with current task * Load comments linked with current task
* *
* @return array Comment array * @param string $element_type Element type
* @param int $fk_element Id of element
* @return array Comment array
*/ */
public static function fetchAllFor($element_type, $fk_element) public static function fetchAllFor($element_type, $fk_element)
{ {