From df8251603f0c590b3caa77da072927d0c692fd58 Mon Sep 17 00:00:00 2001 From: nathangray Date: Mon, 19 Apr 2021 16:00:58 -0600 Subject: [PATCH] Add missing parameter type --- api/src/Link.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Link.php b/api/src/Link.php index 08c770fbcd..cafe986086 100644 --- a/api/src/Link.php +++ b/api/src/Link.php @@ -651,7 +651,7 @@ class Link extends Link\Storage * Note: if $link_id != '' and $id is an array: unlink removes links from that array only * unlink has to be called with &$id to see the result (depricated) or unlink2 has to be used !!! * - * @param $link_id link-id to remove if > 0 + * @param string $link_id link-id to remove if > 0 * @param string $app ='' appname of first endpoint * @param string|array $id ='' id in $app or array with links, if 1. entry not yet created * @param int $owner =0 account_id to delete all links of a given owner, or 0