summaryrefslogtreecommitdiffstats
path: root/lib/private/comments/comment.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/comments/comment.php')
-rw-r--r--lib/private/comments/comment.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/comments/comment.php b/lib/private/comments/comment.php
index 1e1514a5872..75964603f9f 100644
--- a/lib/private/comments/comment.php
+++ b/lib/private/comments/comment.php
@@ -284,9 +284,9 @@ class Comment implements IComment {
}
/**
- * returns the timestamp of the most recent child
+ * returns the DateTime of the most recent child, if set, otherwise null
*
- * @return int
+ * @return \DateTime|null
* @since 9.0.0
*/
public function getLatestChildDateTime() {