aboutsummaryrefslogtreecommitdiffstats
path: root/includes/CommentStoreComment.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/CommentStoreComment.php')
-rw-r--r--includes/CommentStoreComment.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/includes/CommentStoreComment.php b/includes/CommentStoreComment.php
index 734056410b13..f414a0026aff 100644
--- a/includes/CommentStoreComment.php
+++ b/includes/CommentStoreComment.php
@@ -1,7 +1,5 @@
<?php
/**
- * Value object for CommentStore
- *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
@@ -22,8 +20,11 @@
use MediaWiki\MediaWikiServices;
/**
- * CommentStoreComment represents a comment stored by CommentStore. The fields
- * should be considered read-only.
+ * Value object for a comment stored by CommentStore.
+ *
+ * The fields should be considered read-only.
+ *
+ * @ingroup CommentStore
* @since 1.30
*/
class CommentStoreComment {