CRM-15988 - Mass cleanup of api entity names to CamelCase
[civicrm-core.git] / api / v3 / MembershipStatus.php
index 8ed1b6864b5eed5d2647f9be4f06f73c43492851..f9105d30b169d4fa96ac7c7628a18d9e4e1ab91a 100644 (file)
@@ -38,7 +38,6 @@
  *   Array of name/value property values of civicrm_membership_status.
  *
  * @return array
- *   Array of newly created membership status property values.
  */
 function civicrm_api3_membership_status_create($params) {
   return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params);