Skip to content

Commit

Permalink
fix: type in docstring of get_all_users
Browse files Browse the repository at this point in the history
  • Loading branch information
RiedleroD committed Dec 17, 2024
1 parent cb56480 commit 8d02591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lbplanner/services/user/get_all_users.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static function get_all_users_parameters(): external_function_parameters

/**
* Gives back all users registered by the lbplanner app.
* @param string $vintage (optional) gives back all users with the given vintage
* @param ?string $vintage (optional) gives back all users with the given vintage
* @throws moodle_exception
* @throws dml_exception
* @throws invalid_parameter_exception
Expand Down

0 comments on commit 8d02591

Please sign in to comment.