Skip to content

Commit

Permalink
fix docs checker issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ferishili committed Aug 20, 2024
1 parent d28ed4f commit a208fcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classes/local/notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public static function notify_missing_events($courseid, $missingevents) {
* Notify administrator upon an exception error.
*
* @param string $identifier
* @param Exception $e
* @param Exception|null $e
*/
public static function notify_error($identifier, ?Exception $e = null) {

Expand Down
2 changes: 1 addition & 1 deletion classes/output/importvideos/renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class renderer extends core_backup_renderer {
* with the goal to adapt the widget to our needs.
*
* @param moodle_url $nextstageurl
* @param importvideos_coursesearch $courses
* @param importvideos_coursesearch|null $courses
*
* @return string
*/
Expand Down

0 comments on commit a208fcf

Please sign in to comment.