|
@@ -48,10 +48,10 @@ class MembersTypes extends DolibarrApi
|
|
|
*
|
|
|
* Return an array with member type informations
|
|
|
*
|
|
|
- * @param int $id ID of member type
|
|
|
- * @return array|mixed data without useless information
|
|
|
+ * @param int $id ID of member type
|
|
|
+ * @return Object Object with cleaned properties
|
|
|
*
|
|
|
- * @throws RestException
|
|
|
+ * @throws RestException
|
|
|
*/
|
|
|
public function get($id)
|
|
|
{
|