Skip to content

Commit

Permalink
Fix Moodle Code and PHPDoc Checker errors
Browse files Browse the repository at this point in the history
Fix Moodle Code and PHPDoc Checker errors
  • Loading branch information
paulandm committed Oct 1, 2024
1 parent 3d39c40 commit 079efb4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions classes/task/send_ical_notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ public function execute() {
}

/**
* Get zoom events created/modified in the last hour, but ignore the last 10 minutes.
* This allows the user to still make adjustments to the event before the ical invite is sent out.
* Get zoom events created/modified in the last hour, but ignore the last 10 minutes. This allows
* the user to still make adjustments to the event before the ical invite is sent out.
* @return array
*/
private function get_zoom_events_to_notify() {
Expand Down Expand Up @@ -259,7 +259,8 @@ private function get_users_to_notify($zoomid, $courseid) {

/**
* Filter the zoom users based on availability restrictions.
* @param stdClass $zoom The zoom entry.
* @param string $zoomid The zoom instance id.
* @param string $courseid The course id of the course in which the zoom event occurred.
* @param array $users An array of users that potentially has access to the Zoom activity.
* @return array A filtered array of users.
*/
Expand Down

0 comments on commit 079efb4

Please sign in to comment.