MDL-70287 core_payment: Improving existing and missing phpdocs

This commit is contained in:
Shamim Rezaie 2021-02-09 17:59:28 +11:00
parent af0040445a
commit e37e06d194
3 changed files with 24 additions and 17 deletions

View file

@ -37,7 +37,7 @@ class service_provider implements \core_payment\local\callback\service_provider
* Callback function that returns the enrolment cost and the accountid
* for the course that $instanceid enrolment instance belongs to.
*
* @param string $paymentarea
* @param string $paymentarea Payment area
* @param int $instanceid The enrolment instance id
* @return \core_payment\local\entities\payable
*/