scrutinizer in holiday/card_group.php: doc of function sendMail incomplete

This commit is contained in:
Faustin 2022-09-10 15:20:00 +02:00
parent cabfc61ba3
commit 1c561b75f0

View File

@ -657,10 +657,12 @@ if (is_object($db)) {
}
/**
* send email to validator for current leave represented by (id)
* @param $id validator for current leave represented by (id)
* @param $cancreate flag for user right
* @param $now date
* @param $autoValidation boolean flag on autovalidation
*
* @param int $id validator for current leave represented by (id)
* @param int $cancreate flag for user right
* @param int $now date
* @param int $autoValidation boolean flag on autovalidation
*
* @return stdClass
* @throws Exception
*/