summaryrefslogtreecommitdiffstats
path: root/lib/public/Comments
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-10-21 10:05:51 +0200
committerJoas Schilling <coding@schilljs.com>2020-10-21 10:05:51 +0200
commit4b8fec49e733a9da13f3f5557b611a4059f6021c (patch)
treeda26221a09403547122ae182e32281d90d1319d8 /lib/public/Comments
parent6400221fbad5246c0bce88dc45895297ff1bb242 (diff)
downloadnextcloud-server-4b8fec49e733a9da13f3f5557b611a4059f6021c.tar.gz
nextcloud-server-4b8fec49e733a9da13f3f5557b611a4059f6021c.zip
Add return description
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public/Comments')
-rw-r--r--lib/public/Comments/ICommentsManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Comments/ICommentsManager.php b/lib/public/Comments/ICommentsManager.php
index 60f925afa34..d90179acada 100644
--- a/lib/public/Comments/ICommentsManager.php
+++ b/lib/public/Comments/ICommentsManager.php
@@ -205,7 +205,7 @@ interface ICommentsManager {
* @param string $verb
* @param string $actorType
* @param string[] $actors
- * @return array
+ * @return array Map of "string actor" => "\DateTime most recent comment date"
* @since 21.0.0
*/
public function getLastCommentDateByActor(