[TOOLS][DOC] Add documentation to functions flagged by doc-check

This commit is contained in:
2022-01-02 22:02:25 +00:00
committed by Diogo Peralta Cordeiro
parent 9e0a2dd4a0
commit a9ea49d34c
6 changed files with 40 additions and 1 deletions

View File

@@ -407,6 +407,10 @@ class Note extends Entity
$this->object_mentions_ids = $mentions;
return $this;
}
/**
* @see Entity->getNotificationTargetIds
*/
public function getNotificationTargetIds(array $ids_already_known = [], ?int $sender_id = null, bool $include_additional = true): array
{
$target_ids = $this->object_mentions_ids ?? [];