From e4d3ed18ff429b87a81bb188008dc4e537e37e2f Mon Sep 17 00:00:00 2001 From: Shamim Rezaie Date: Sun, 14 Jan 2018 09:18:12 +1100 Subject: [PATCH] MDL-61166 Groups: Fixed a typo in PHPDoc --- lib/grouplib.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/grouplib.php b/lib/grouplib.php index 2f367601c15..469a0128699 100644 --- a/lib/grouplib.php +++ b/lib/grouplib.php @@ -165,7 +165,8 @@ function groups_get_grouping_by_idnumber($courseid, $idnumber) { * @param int $groupid ID of the group. * @param string $fields (default is all fields) * @param int $strictness (IGNORE_MISSING - default) - * @return stdGlass group object + * @return bool|stdClass group object or false if not found + * @throws dml_exception */ function groups_get_group($groupid, $fields='*', $strictness=IGNORE_MISSING) { global $DB;