aboutsummaryrefslogtreecommitdiff
path: root/lib/models/Course.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-09-20 11:42:06 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-09-20 11:42:06 +0000
commit8cacbaae2dfb8ed402bba58910d03e0556a43ffb (patch)
treec1c8f8fb8d9d7ba667a266ff0d7d9a1af5a4b89d /lib/models/Course.php
parentc8cf1551b3c45912b220b8dd590473ab312b9be9 (diff)
fix another error on studygroup details page, fixes #4622
Closes #4622 Merge request studip/studip!3434
Diffstat (limited to 'lib/models/Course.php')
-rw-r--r--lib/models/Course.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/models/Course.php b/lib/models/Course.php
index cb94bbc..c8475c2 100644
--- a/lib/models/Course.php
+++ b/lib/models/Course.php
@@ -924,7 +924,7 @@ class Course extends SimpleORMap implements Range, PrivacyObject, StudipItem, Fe
*
* @param String|Array $status the status to filter with
* @param bool $as_collection return collection instead of array?
- * @return Array|SimpleCollection an array of all those members.
+ * @return CourseMember[]|SimpleCollection an array of all those members.
*/
public function getMembersWithStatus($status, $as_collection = false)
{