From 4b8fec49e733a9da13f3f5557b611a4059f6021c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 21 Oct 2020 10:05:51 +0200 Subject: [PATCH] Add return description Signed-off-by: Joas Schilling --- lib/public/Comments/ICommentsManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- 2.39.5