From 102fe8592d445cd43001e30d027806558d5c123c Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 29 Apr 2014 07:56:20 -0700 Subject: [PATCH] fix comment blocks --- CRM/Batch/BAO/Batch.php | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/CRM/Batch/BAO/Batch.php b/CRM/Batch/BAO/Batch.php index 4650a83a1a..a756411917 100644 --- a/CRM/Batch/BAO/Batch.php +++ b/CRM/Batch/BAO/Batch.php @@ -241,7 +241,9 @@ class CRM_Batch_BAO_Batch extends CRM_Batch_DAO_Batch { /** * Get list of batches * - * @param array $params associated array for params + * @param array $params associated array for params + * + * @return array * @access public */ static function getBatchList(&$params) { @@ -345,7 +347,9 @@ class CRM_Batch_BAO_Batch extends CRM_Batch_DAO_Batch { /** * Get count of batches * - * @param array $params associated array for params + * @param array $params associated array for params + * + * @return null|string * @access public */ public static function getBatchCount(&$params) { @@ -360,7 +364,9 @@ class CRM_Batch_BAO_Batch extends CRM_Batch_DAO_Batch { /** * Format where clause for getting lists of batches * - * @param array $params associated array for params + * @param array $params associated array for params + * + * @return string * @access public */ public static function whereClause($params) { @@ -406,6 +412,8 @@ class CRM_Batch_BAO_Batch extends CRM_Batch_DAO_Batch { /** * Function to define action links * + * @param null $context + * * @return array $links array of action links * @access public */ @@ -619,6 +627,8 @@ class CRM_Batch_BAO_Batch extends CRM_Batch_DAO_Batch { * @param array $returnValues * @param null $notPresent * @param null $params + * @param bool $getCount + * * @return Object */ static function getBatchFinancialItems($entityID, $returnValues, $notPresent = NULL, $params = NULL, $getCount = FALSE) { -- 2.25.1