From 8d025916e6c8477f9f512099c6f6dd60df3694e2 Mon Sep 17 00:00:00 2001 From: Riedler Date: Tue, 17 Dec 2024 17:07:11 +0100 Subject: [PATCH] fix: type in docstring of get_all_users --- lbplanner/services/user/get_all_users.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbplanner/services/user/get_all_users.php b/lbplanner/services/user/get_all_users.php index 5df4bc2..c5de61b 100644 --- a/lbplanner/services/user/get_all_users.php +++ b/lbplanner/services/user/get_all_users.php @@ -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