aboutsummaryrefslogtreecommitdiff
path: root/lib/models/StudyCourse.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/models/StudyCourse.php')
-rw-r--r--lib/models/StudyCourse.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/models/StudyCourse.php b/lib/models/StudyCourse.php
index 91937ea..9658089 100644
--- a/lib/models/StudyCourse.php
+++ b/lib/models/StudyCourse.php
@@ -23,7 +23,7 @@
* @property string $editor_id database column
* @property int $mkdate database column
* @property int $chdate database column
- * @property SimpleORMapCollection|Degree[] $degrees has_and_belongs_to_many Degree
+ * @property SimpleORMapCollection<Degree> $degrees has_and_belongs_to_many Degree
* @property-read mixed $count_user additional field
*/
class StudyCourse extends SimpleORMap