INFRA-132 - Fix spacing of @return tag in comments
[civicrm-core.git] / api / v3 / Phone.php
index b09f29292f5cbc3755aca4113de5df9602200d53..60749eaf525154838a38b3550c1e124210b29b7a 100644 (file)
@@ -45,7 +45,8 @@
  *
  * @param array $params
  *
- * @return array of newly created phone property values.
+ * @return array
+   *   of newly created phone property values.
  * @access public
  */
 function civicrm_api3_phone_create($params) {
@@ -71,7 +72,8 @@ function _civicrm_api3_phone_create_spec(&$params) {
  *
  * @param array $params
  *
- * @return array Api Result
+ * @return array
+   *   Api Result
  * {@getfields phone_delete}
  * @example PhoneDelete.php
  * @access public
@@ -86,4 +88,3 @@ function civicrm_api3_phone_delete($params) {
  *  Could have been implemented here in this file too, but we moved it to illustrate the feature with a real usage.
  *
  */
-