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)
* @param $id
* @param $cancreate
* @param $now
* @param $autoValidation
* @return string|void
* @param $id validator for current leave represented by (id)
* @param $cancreate flag for user right
* @param $now date
* @param $autoValidation boolean flag on autovalidation
* @return stdClass
* @throws Exception
*/
function sendMail($id, $cancreate, $now, $autoValidation)