A few comment fixes
authorEileen McNaughton <eileen@fuzion.co.nz>
Mon, 2 Feb 2015 03:38:15 +0000 (16:38 +1300)
committerEileen McNaughton <eileen@fuzion.co.nz>
Mon, 2 Feb 2015 03:38:15 +0000 (16:38 +1300)
api/v3/Case.php
api/v3/Generic/Getlist.php
api/v3/Generic/Setvalue.php
api/v3/Im.php
api/v3/Job.php

index 870e8dc5252d1f5439db5a0f51bb4da65ccdbf7f..7eb05485c1ce03d00d80c0538c45a092e5a36697 100644 (file)
@@ -167,7 +167,7 @@ function _civicrm_api3_case_update_spec(&$params) {
 }
 
 /**
- * Adjust Metadata for Delete action
+ * Adjust Metadata for Delete action.
  *
  * @param array $params
  *   Array or parameters determined by getfields.
@@ -302,7 +302,6 @@ function _civicrm_api3_case_deprecation() {
  * @throws API_Exception
  * @return array
  *   api result array
- *
  */
 function civicrm_api3_case_update($params) {
   //check parameters
index 86b8a653cdc838eb85afdbb12b4e17ca6b35604f..3b2c8b686703e2a9cf53aa413fed1cc701950a5c 100644 (file)
@@ -129,7 +129,7 @@ function _civicrm_api3_generic_getList_defaults($entity, &$request, $apiDefaults
 }
 
 /**
- * Fallback implementation of getlist_params. May be overridden by individual apis
+ * Fallback implementation of getlist_params. May be overridden by individual apis.
  *
  * @param array $request
  */
index 2da98756fcee23769c0f7154bb61cbc7c3e33711..bf62d00bd10b24cdb7c216b5975e147adf68b462 100644 (file)
@@ -26,7 +26,11 @@ function civicrm_api3_generic_setValue($apiRequest) {
   $field = CRM_Utils_String::munge($params['field']);
   $value = $params['value'];
 
-  $fields = civicrm_api($entity, 'getFields', array('version' => 3, 'action' => 'create', "sequential"));
+  $fields = civicrm_api($entity, 'getFields', array(
+    'version' => 3,
+    'action' => 'create',
+    "sequential")
+  );
   // getfields error, shouldn't happen.
   if ($fields['is_error']) {
     return $fields;
index 448b3374818152a3591ea4d4b354d7faea9eda01..cf564f91f97499420b79ec316321a45a0ff8cfd8 100644 (file)
@@ -35,7 +35,7 @@
  */
 
 /**
- *  Add an IM for a contact.
+ * Add an IM for a contact.
  *
  * @param array $params
  *
@@ -71,14 +71,13 @@ function civicrm_api3_im_delete($params) {
 }
 
 /**
- * Retrieve one or more IM
+ * Retrieve one or more IM.
  *
  * @param array $params
  *   An associative array of name/value pairs.
  *
  * @return array
  *   details of found IM
- *
  */
 function civicrm_api3_im_get($params) {
   return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params);
index 65436f8d4850bb44e635ae0ff4538abe494a7684..29786ff4e55094de02a9c6bef1e6dcb95d609950 100644 (file)
  * @subpackage API_Job
  * @copyright CiviCRM LLC (c) 2004-2014
  * $Id: Contact.php 30879 2010-11-22 15:45:55Z shot $
- *
  */
 
 /**
- * Adjust metadata for "Create" action
+ * Adjust metadata for "Create" action.
+ *
+ * The metadata is used for setting defaults, documentation & validation.
  *
- * The metadata is used for setting defaults, documentation & validation
  * @param array $params
  *   Array or parameters determined by getfields.
  */
@@ -56,14 +56,12 @@ function _civicrm_api3_job_create_spec(&$params) {
 }
 
 /**
- * create scheduled job
+ * Create scheduled job.
  *
  * @param array $params
  *   Associative array of property name/value pairs to insert in new job.
  *
  * @return array
- *
- *   {@getfields Job_create}
  */
 function civicrm_api3_job_create($params) {
   return _civicrm_api3_basic_create(_civicrm_api3_get_BAO(__FUNCTION__), $params);
@@ -145,7 +143,7 @@ function civicrm_api3_job_geocode($params) {
 }
 
 /**
- * First check on Code documentation
+ * First check on Code documentation.
  *
  * @param array $params
  */
@@ -158,7 +156,7 @@ function _civicrm_api3_job_geocode_spec(&$params) {
 }
 
 /**
- * Send the scheduled reminders for all contacts (either for activities or events)
+ * Send the scheduled reminders for all contacts (either for activities or events).
  *
  * @param array $params
  *   (reference ) input parameters.
@@ -189,9 +187,10 @@ function civicrm_api3_job_send_reminder($params) {
   }
 }
 /**
- * Adjust metadata for "send_reminder" action
+ * Adjust metadata for "send_reminder" action.
+ *
+ * The metadata is used for setting defaults, documentation & validation.
  *
- * The metadata is used for setting defaults, documentation & validation
  * @param array $params
  *   Array or parameters determined by getfields.
  */
@@ -204,7 +203,7 @@ function _civicrm_api3_job_send_reminder(&$params) {
   );
 }
 /**
- * Execute a specific report instance and send the output via email
+ * Execute a specific report instance and send the output via email.
  *
  * @param array $params
  *   (reference ) input parameters.
@@ -259,7 +258,8 @@ function civicrm_api3_job_update_greeting($params) {
 /**
  * Adjust Metadata for Get action
  *
- * The metadata is used for setting defaults, documentation & validation
+ * The metadata is used for setting defaults, documentation & validation.
+ *
  * @param array $params
  *   Array or parameters determined by getfields.
  */
@@ -277,9 +277,10 @@ function _civicrm_api3_job_update_greeting_spec(&$params) {
 }
 
 /**
- * Mass update pledge statuses
+ * Mass update pledge statuses.
  *
  * @param array $params
+ *
  * @return array
  */
 function civicrm_api3_job_process_pledge($params) {
@@ -297,7 +298,7 @@ function civicrm_api3_job_process_pledge($params) {
 }
 
 /**
- * Process mail queue
+ * Process mail queue.
  *
  * @param array $params
  *
@@ -332,7 +333,7 @@ function civicrm_api3_job_process_sms($params) {
 }
 
 /**
- * Job to get mail responses from civiMailing
+ * Job to get mail responses from civiMailing.
  *
  * @param array $params
  *