From 7810657ec613877f7b4125b4b9dd2d2347b2c98e Mon Sep 17 00:00:00 2001 From: Paula Quispe Date: Wed, 17 Jun 2020 18:13:50 -0400 Subject: [PATCH] PMCORE-1639 --- workflow/engine/classes/class.pmFunctions.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/workflow/engine/classes/class.pmFunctions.php b/workflow/engine/classes/class.pmFunctions.php index 040ddb450..03756fc3d 100644 --- a/workflow/engine/classes/class.pmFunctions.php +++ b/workflow/engine/classes/class.pmFunctions.php @@ -468,12 +468,13 @@ function evaluateFunction($aGrid, $sExpresion) * stantard deviation, variance, percentile, count, count distinct * * @name PMFTotalCalculation - * @label PMFTotalCalculation Function + * @label PMF TotalCalculation * @link http://wiki.processmaker.com/index.php/ProcessMaker_Functions#PMFTotalCalculation.28.29 - * @param array | $grid | Grid | The input grid. + * @param array | $grid | Grid | The input grid * @param string (32) | $field | Name of field | The name of the field. - * @param string (32) | $function | Operation. - * @return int|float|array | $result | Result | Result according of the function + * @param string (32) | $function | Operation | More information about the type of calculations can be found in https://wiki.processmaker.com/3.2/ProcessMaker_Functions + * + * @return mixed | $result | Result | Result according of the operation * */ function PMFTotalCalculation($grid, $field, $function)