add comment on function

This commit is contained in:
jpb 2022-06-13 08:51:49 +02:00
parent 0e72085be6
commit 2209d31b2c

View File

@ -655,11 +655,11 @@ if (is_object($db)) {
} }
/** /**
* send email to validator for current leave represented by (id) * send email to validator for current leave represented by (id)
* @param $id * @param $id validator for current leave represented by (id)
* @param $cancreate * @param $cancreate flag for user right
* @param $now * @param $now date
* @param $autoValidation * @param $autoValidation boolean flag on autovalidation
* @return string|void * @return stdClass
* @throws Exception * @throws Exception
*/ */
function sendMail($id, $cancreate, $now, $autoValidation) function sendMail($id, $cancreate, $now, $autoValidation)