fix comment blocks
authorEileen McNaughton <eileen@fuzion.co.nz>
Tue, 29 Apr 2014 14:56:20 +0000 (07:56 -0700)
committerEileen McNaughton <eileen@fuzion.co.nz>
Tue, 29 Apr 2014 19:11:11 +0000 (12:11 -0700)
CRM/Batch/BAO/Batch.php

index 4650a83a1a324b7ed9ab37b2217c82ea3842937b..a756411917e126954de6cfc878a8253530f2295d 100644 (file)
@@ -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) {