INFRA-132 - Fix comment spacing
[civicrm-core.git] / api / v3 / Relationship.php
index 2f6b159acec2b12d4a6edfa7e8331a12a752614e..2556d65084f7d5c6303073ceb0abdd23fb7312b5 100644 (file)
@@ -107,7 +107,7 @@ function civicrm_api3_relationship_delete($params) {
  * -  if you pass in contact_id - it just returns all relationships for 'contact_id'
  * -  if you don't pass in contact_id then it does a filter on the relationship table (DAO based search)
  *
- * @return  Array API Result Array
+ * @return Array API Result Array
  * {@getfields relationship_get}
  * @example RelationshipGet.php
  * @access  public