aboutsummaryrefslogtreecommitdiff
path: root/lib/models/Courseware/Block.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-03-14 07:49:25 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-03-14 07:49:25 +0000
commit7f55c8897fbd87e3baff7202589d2d59c17e7f07 (patch)
tree7a2328217af30ceb570967c211c2c60ed0bab32a /lib/models/Courseware/Block.php
parentae8c8b8c7cf4f8d49a9a3b1b408e5700f4e2b357 (diff)
execute sorm:describe for 6.0, re #3804
Merge request studip/studip!4044
Diffstat (limited to 'lib/models/Courseware/Block.php')
-rw-r--r--lib/models/Courseware/Block.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/models/Courseware/Block.php b/lib/models/Courseware/Block.php
index a3d7f09..925e7e2 100644
--- a/lib/models/Courseware/Block.php
+++ b/lib/models/Courseware/Block.php
@@ -26,15 +26,15 @@ use User;
* @property string $payload database column
* @property int $mkdate database column
* @property int $chdate database column
- * @property \SimpleORMapCollection|UserDataField[] $data_fields has_many UserDataField
- * @property \SimpleORMapCollection|BlockComment[] $comments has_many BlockComment
- * @property \SimpleORMapCollection|BlockFeedback[] $block_feedback has_many BlockFeedback
- * @property \SimpleORMapCollection|UserProgress[] $progresses has_many UserProgress
+ * @property \SimpleORMapCollection<UserDataField> $data_fields has_many UserDataField
+ * @property \SimpleORMapCollection<BlockComment> $comments has_many BlockComment
+ * @property \SimpleORMapCollection<BlockFeedback> $block_feedback has_many BlockFeedback
+ * @property \SimpleORMapCollection<UserProgress> $progresses has_many UserProgress
* @property \User $owner belongs_to \User
* @property \User $editor belongs_to \User
* @property \User|null $edit_blocker belongs_to \User
* @property Container $container belongs_to Container
- * @property mixed $type additional field
+ * @property-read mixed $type additional field
* @property-read mixed $files additional field
*/
class Block extends \SimpleORMap implements \PrivacyObject