From b54aff86dbd6d443abaafcb522bdb6c1186d9740 Mon Sep 17 00:00:00 2001 From: Paula Quispe Date: Fri, 10 Nov 2017 16:50:21 -0400 Subject: [PATCH] Add documentation --- workflow/engine/classes/Cases.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/workflow/engine/classes/Cases.php b/workflow/engine/classes/Cases.php index 9772317c9..c3bdd088e 100644 --- a/workflow/engine/classes/Cases.php +++ b/workflow/engine/classes/Cases.php @@ -5488,11 +5488,11 @@ class Cases * This function send an email notification when tas_send_last_email = true * The users assigned to the next task will receive a custom email message when the case is routed * - * @param $taskUid - * @param $arrayTask - * @param $arrayData - * @param $applicationUid - * @param $delIndex + * @param string $taskUid + * @param array $arrayTask + * @param array $arrayData + * @param string $applicationUid + * @param integer $delIndex * @param string $from * * @return bool