diff options
author | Joas Schilling <coding@schilljs.com> | 2020-10-21 10:05:51 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-10-21 10:05:51 +0200 |
commit | 4b8fec49e733a9da13f3f5557b611a4059f6021c (patch) | |
tree | da26221a09403547122ae182e32281d90d1319d8 /lib/public/Comments | |
parent | 6400221fbad5246c0bce88dc45895297ff1bb242 (diff) | |
download | nextcloud-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.php | 2 |
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( |