Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Jul 10, 2024
1 parent a80591a commit 7cf88d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ public function edit_instance_form($instance, \MoodleQuickForm $mform, $context)
/**
* Add new instance of enrol plugin.
* @param object $course
* @param array $fields
* @param array|null $fields
* @return int id of new instance, null if can not be created
*/
public function add_instance($course, ?array $fields = null): int {
Expand Down

0 comments on commit 7cf88d6

Please sign in to comment.