mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Add return description
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
6400221fba
commit
4b8fec49e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue