Api docblock cleanup.
[civicrm-core.git] / api / v3 / RelationshipType.php
index 18afe90fbbdfaecbb27fa65f3346701b6653626f..d4f3c39ec2124ba026e53ce820f215a3bb570e9c 100644 (file)
@@ -29,7 +29,6 @@
  * This api exposes CiviCRM relationship types.
  *
  * @package CiviCRM_APIv3
- * @subpackage API_Contact
  */
 
 /**
@@ -75,7 +74,7 @@ function civicrm_api3_relationship_type_create($params) {
  * The metadata is used for setting defaults, documentation & validation.
  *
  * @param array $params
- *   Array or parameters determined by getfields.
+ *   Array of parameters determined by getfields.
  */
 function _civicrm_api3_relationship_type_create_spec(&$params) {
   $params['contact_type_a']['api.required'] = 1;