Skip to content

Commit

Permalink
fix incomplete parameters list linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
mwgiorno committed Jan 29, 2025
1 parent f902219 commit fcf8095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/local/moodle/moodle_docspace_user_manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function create_or_update(string $email, ?string $password = null): void

/**
* Update a moodle docspace user.
* @param string $id user id.
* @param int $id user id.
* @param string $email user email.
* @param string $password user password hash.
*/
Expand Down

0 comments on commit fcf8095

Please sign in to comment.